From 79aa56730273223a06cbf90aac89f616f9d0561b Mon Sep 17 00:00:00 2001 From: "Luca G. Soave" Date: Mon, 24 Aug 2026 21:25:38 +0200 Subject: [PATCH] Update documentation link in README.md Fix broken link --- oauth_example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth_example/README.md b/oauth_example/README.md index c8b18e4..8b6ae8a 100644 --- a/oauth_example/README.md +++ b/oauth_example/README.md @@ -1,6 +1,6 @@ # OAuth Examples -This directory contains some examples of OAuth in action. See the [docs](https://docs.fastht.ml/explains/oauth.html) for a more detailed explanation. +This directory contains some examples of OAuth in action. See the [docs](https://fastht.ml/docs/explains/oauth.html) for a more detailed explanation. - minimal.py - initializes an OAuth client and retrieves the user's profile, displaying it in the browser after a successful login. - oa.py - a minimal example showing use of the OAuth class, gating access to the homepage to users with answer.ai email addresses. @@ -13,4 +13,4 @@ These examples require two environment variables to be set. Run with: export AUTH_CLIENT_ID=your_client_id export AUTH_CLIENT_SECRET=your_client_secret python minimal.py -``` \ No newline at end of file +```