Skip to content

Commit

Permalink
Fix Auth example project link in documentation (keystonejs#8515)
Browse files Browse the repository at this point in the history
* Update auth.md

Link to Example Project is currently broken 404

* fix example link

---------

Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
  • Loading branch information
serranoarevalo and dcousens authored Apr 25, 2023
1 parent 37ce7d9 commit c221de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/config/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ The authenticated item will be returned as `item`.
{% related-content %}
{% well
heading="Example Project: Authentication"
href="<https://github.com/keystonejs/keystone/tree/main/examples/with-auth>" %}
href="https://github.com/keystonejs/keystone/tree/main/examples/auth" %}
Adds password-based authentication to the Task Manager starter project.
{% /well %}
{% /related-content %}

0 comments on commit c221de1

Please sign in to comment.