From 1f83634d68c3ec34eb82e67f83695559716b6f09 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 12 Feb 2023 14:40:07 -0500 Subject: [PATCH] Replace meta.sr.ht's /oauth endpoint with /oauth2 in comment While there is a link to /oauth2 on the /oauth page, landing on /oauth2 right away makes it obvious to server admins that /oauth2 is where they should be. Discussion: Signed-off-by: David Florness --- gitsrht/default_query.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitsrht/default_query.graphql b/gitsrht/default_query.graphql index 0ddaa07..630fffb 100644 --- a/gitsrht/default_query.graphql +++ b/gitsrht/default_query.graphql @@ -30,7 +30,7 @@ query { # On this page, you have been automatically authorized to make API requests # with your sr.ht login cookie. If you wish to make GraphQL requests outside - # of the browser, create a personal access token at https://meta.sr.ht/oauth + # of the browser, create a personal access token at https://meta.sr.ht/oauth2 # # curl \ # -H Authorization:"Bearer " \ -- 2.38.4