]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bug: Fix docs link in oauth2-scopes.md (#275)
authordmontagu <35119617+dmontagu@users.noreply.github.com>
Thu, 30 May 2019 13:43:18 +0000 (06:43 -0700)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 30 May 2019 13:43:18 +0000 (17:43 +0400)
#274

docs/tutorial/security/oauth2-scopes.md

index 89c973e8f152617c5dd850fa20f61bed2ea29e7b..558212efa2aeffa1b6f796a125f5aac38c991497 100644 (file)
@@ -247,4 +247,4 @@ The most secure is the code flow, but is more complex to implement as it require
 
 ## `Security` in decorator `dependencies`
 
-The same way you can define a `list` of <a href="https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-decorator/" target="_blank">`Depends` in the decorator's `dependencies` parameter</a>, you could also use `Security` with `scopes` there.
+The same way you can define a `list` of <a href="https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/" target="_blank">`Depends` in the decorator's `dependencies` parameter</a>, you could also use `Security` with `scopes` there.