diff --git a/docs/03.authorization.md b/docs/03.authorization.md index e849f57..5ed6410 100644 --- a/docs/03.authorization.md +++ b/docs/03.authorization.md @@ -16,7 +16,7 @@ in PHP. When building an Authorization Server in PHP, a common implementation that can be used is https://oauth2.thephpleague.com/ -The code examples in this article come from https://github/pdsinterop/oauth-example +The code examples in this article come from https://github.com/pdsinterop/example-oauth-server/ If you feel more comfortable looking at implementations for a specific framework in order to understand how all of this works, take a look at one of these