Skip to content

Commit

Permalink
[DOC] change cachce on discord shields (chroma-core#2331)
Browse files Browse the repository at this point in the history
update cache on discord shields
  • Loading branch information
jeffchuber authored Jun 13, 2024
1 parent cc790a7 commit e3fd13e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p align="center">
<a href="https://discord.gg/MMeYNTmh3x" target="_blank">
<img src="https://img.shields.io/discord/1073293645303795742" alt="Discord">
<img src="https://img.shields.io/discord/1073293645303795742?cacheSeconds=3600" alt="Discord">
</a> |
<a href="https://github.com/chroma-core/chroma/blob/master/LICENSE" target="_blank">
<img src="https://img.shields.io/static/v1?label=license&message=Apache 2.0&color=white" alt="License">
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.trychroma.com/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default function ChromaDocs({ Component, pageProps }: AppProps<ChromaDocs
</Head>
<TopNav>
<Link href="https://discord.gg/MMeYNTmh3x" className='hidden sm:block'>
<img src="https://img.shields.io/discord/1073293645303795742"/>
<img src="https://img.shields.io/discord/1073293645303795742?cacheSeconds=3600"/>
</Link>
<Link href="https://github.com/chroma-core/chroma">
<img src="https://img.shields.io/github/stars/chroma-core/chroma.svg?style=social&label=Star&maxAge=2400"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.trychroma.com/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Chroma

New to Chroma? [🔑 Getting Started](./getting-started).

[![Discord](https://img.shields.io/discord/1073293645303795742)](https://discord.gg/MMeYNTmh3x)
[![Discord](https://img.shields.io/discord/1073293645303795742?cacheSeconds=3600)](https://discord.gg/MMeYNTmh3x)
{% br %}{% /br %}
[![GitHub stars](https://img.shields.io/github/stars/chroma-core/chroma.svg?style=social&label=Star&maxAge=2400)](https://GitHub.com/chroma-core/chroma/stargazers/)

Expand Down

0 comments on commit e3fd13e

Please sign in to comment.