[PATCH emersion.fr] IRC-OAuth: fix example endpoint hostname
Export this patch
---
content/blog/2022-09-13-irc-and-oauth2.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/blog/2022-09-13-irc-and-oauth2.md b/content/blog/2022-09-13-irc-and-oauth2.md
index 15c14a1..8ed1ced 100644
--- a/content/blog/2022-09-13-irc-and-oauth2.md
+++ b/content/blog/2022-09-13-irc-and-oauth2.md
@@ -152,7 +152,7 @@ client then exchanges the code for a token via an HTTP request:
--data-urlencode grant_type=authorization_code \
--data-urlencode code=YYY \
--data-urlencode client_id=XXX \
- https://chat.sr.ht/oauth2/access-token
+ https://meta.sr.ht/oauth2/access-token
{
"access_token": "asdf"
}
base-commit: 5ff7042a467f51612ac8b5e115f74f3e5fb40c24
--
2.39.1
Pushed, thanks for the fix!