Skip to content

Commit

Permalink
Fix incorrect URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca authored Aug 19, 2022
1 parent 1b8451a commit eb71034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/01.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ How would such an implementation work?

The follow-up articles explain how you could create a Authorization and Resource
Server yourself, using the experience I gained working at [PDS Interop](https://pdsinterop.org),
implementing the standards that define a [Solid Server](solidproject.org/).
implementing the standards that define a [Solid Server](https://solidproject.org/).

If you want to read along in the code, an example combining a client application,
an authorization server, and a resource server can be found at https://github/pdsinterop/oauth-example
an authorization server, and a resource server can be found at https://github.com/pdsinterop/example-oauth-server/

In the example, each service lives on the same server, but under their own URL:

Expand Down

0 comments on commit eb71034

Please sign in to comment.