summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Martin Trapp <94928215+martrapp@users.noreply.github.com> 2023-08-14 11:22:13 +0200
committerGravatar GitHub <noreply@github.com> 2023-08-14 11:22:13 +0200
commitbee284cb7741ee594e8b38b1a618763e9058740b (patch)
tree93ec62e8c0aea28a2c377d3714ebb78b03b0d2cd
parent41cfde9a7d985bcc968d16d20a4e029323d6b575 (diff)
downloadastro-bee284cb7741ee594e8b38b1a618763e9058740b.tar.gz
astro-bee284cb7741ee594e8b38b1a618763e9058740b.tar.zst
astro-bee284cb7741ee594e8b38b1a618763e9058740b.zip
docs: fix github search link in README.md (#8063)
Co-authored-by: Elian ☕️ <hello@elian.codes>
-rw-r--r--.changeset/lazy-pillows-burn.md5
-rw-r--r--packages/integrations/sitemap/README.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/lazy-pillows-burn.md b/.changeset/lazy-pillows-burn.md
new file mode 100644
index 000000000..009955c7e
--- /dev/null
+++ b/.changeset/lazy-pillows-burn.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/sitemap': patch
+---
+
+docs: fix github search link in README.md
diff --git a/packages/integrations/sitemap/README.md b/packages/integrations/sitemap/README.md
index ecf59a12d..b2fb5e9dd 100644
--- a/packages/integrations/sitemap/README.md
+++ b/packages/integrations/sitemap/README.md
@@ -339,7 +339,7 @@ The resulting sitemap looks like this:
## Examples
- The official Astro website uses Astro Sitemap to generate [its sitemap](https://astro.build/sitemap-index.xml).
-- [Browse projects with Astro Sitemap on GitHub](https://github.com/search?q=%22@astrojs/sitemap%22+filename:package.json&type=Code) for more examples!
+- [Browse projects with Astro Sitemap on GitHub](https://github.com/search?q=%22%40astrojs%2Fsitemap%22+path%3Apackage.json&type=Code) for more examples!
## Troubleshooting