~sircmpwn/sr.ht-dev

sr.ht-docs: graphql: Make pages.sr.ht API link more useful v1 APPLIED

Noelle Leigh: 1
 graphql: Make pages.sr.ht API link more useful

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/48750/mbox | git am -3
Learn more about email & git

[PATCH sr.ht-docs] graphql: Make pages.sr.ht API link more useful Export this patch

This makes it match the other API links, which go to specific pages.

Signed-off-by: Noelle Leigh <noelle_leigh@fastmail.com>
---
 graphql.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphql.md b/graphql.md
index b002937..e22c50b 100644
--- a/graphql.md
+++ b/graphql.md
@@ -19,7 +19,7 @@ conventions](api-conventions.md).
- [hg.sr.ht](/hg.sr.ht/graphql.md)
- [lists.sr.ht](/lists.sr.ht/graphql.md)
- [meta.sr.ht](/meta.sr.ht/graphql.md)
- [pages.sr.ht](https://srht.site)
- [pages.sr.ht](https://srht.site/graphql)
- [todo.sr.ht](/todo.sr.ht/graphql.md)

# GraphQL playground
-- 
2.39.2
Pushed, thanks!