~emersion/public-inbox

emersion.fr: IRC-OAuth: fix example endpoint hostname v1 APPLIED

delthas: 1
 IRC-OAuth: fix example endpoint hostname

 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/~emersion/public-inbox/patches/39605/mbox | git am -3
Learn more about email & git

[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!