diff options
author | HiDeoo | 2023-12-30 00:18:51 +0100 |
---|---|---|
committer | GitHub | 2023-12-30 00:18:51 +0100 |
commit | 2b657aaec7a787742ec327da48e8e6cf539b3180 (patch) | |
tree | 7cc051122685dbfdc3e4668965f8a4e77316a390 | |
parent | 109dc651194b349e5856630cc301d782b4f198d3 (diff) | |
download | IT.starlight-2b657aaec7a787742ec327da48e8e6cf539b3180.tar.gz IT.starlight-2b657aaec7a787742ec327da48e8e6cf539b3180.tar.bz2 IT.starlight-2b657aaec7a787742ec327da48e8e6cf539b3180.zip |
docs: fix showcase invalid link (#1320)
-rw-r--r-- | docs/src/assets/showcase/pls.cli.rs.png (renamed from docs/src/assets/showcase/dhruvkb.github.io-pls.png) | bin | 68929 -> 68929 bytes | |||
-rw-r--r-- | docs/src/components/showcase-sites.astro | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/assets/showcase/dhruvkb.github.io-pls.png b/docs/src/assets/showcase/pls.cli.rs.png Binary files differindex d6a43a98..d6a43a98 100644 --- a/docs/src/assets/showcase/dhruvkb.github.io-pls.png +++ b/docs/src/assets/showcase/pls.cli.rs.png diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 8cdcf961..0bdcdec3 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -10,7 +10,7 @@ import FluidGrid from './fluid-grid.astro'; href="https://docs.pubindexapi.com/" thumbnail="docs.pubindexapi.com.png" /> - <Card title="pls" href="https://pls-rs.github.io/pls/" thumbnail="dhruvkb.github.io-pls.png" /> + <Card title="pls" href="https://pls.cli.rs/" thumbnail="pls.cli.rs.png" /> <Card title="capo.js" href="https://rviscomi.github.io/capo.js/" thumbnail="capo.js.png" /> <Card title="Web Monetization API" |