From 28b2d5b10a1a20c5633f40e0b10b49d1838f56e4 Mon Sep 17 00:00:00 2001 From: mc04420 Date: Sun, 19 Mar 2023 18:30:54 -0500 Subject: [PATCH] Fixes README.md link to fastapi scopes docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a74114..40f4936 100644 --- a/README.md +++ b/README.md @@ -351,4 +351,4 @@ Thanks [dependency]: https://fastapi.tiangolo.com/tutorial/dependencies/first-steps/ [pyramid]: https://trypyramid.com [pyramid_security]: https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/security.html -[scopes]: https://fastapi.tiangolo.com/tutorial/security/oauth2-scopes/ +[scopes]: https://fastapi.tiangolo.com/advanced/security/oauth2-scopes/