irc-and-oauth2: fix example endpoint hostname
1 files changed, 1 insertions(+), 1 deletions(-) M content/blog/2022-09-13-irc-and-oauth2.md
M content/blog/2022-09-13-irc-and-oauth2.md => content/blog/2022-09-13-irc-and-oauth2.md +1 -1
@@ 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" }