Skip to content

Commit

Permalink
docs: Fix broken link to Auth0 quick-start guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenseacat committed Dec 6, 2023
1 parent 739a544 commit d360117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In order to use Auth0 you need to provide the following minimum configuration:
- `client_secret`
- `site`

See the [Auth0 quickstart guide](/documentation/tutorials/auth0-quickstart.html)
See the [Auth0 quickstart guide](/documentation/tutorials/auth0-quickstart.md)
for more information.

## DSL Documentation
Expand Down
2 changes: 1 addition & 1 deletion lib/ash_authentication/strategies/auth0.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule AshAuthentication.Strategy.Auth0 do
- `client_secret`
- `site`
See the [Auth0 quickstart guide](/documentation/tutorials/auth0-quickstart.html)
See the [Auth0 quickstart guide](/documentation/tutorials/auth0-quickstart.md)
for more information.
## DSL Documentation
Expand Down

0 comments on commit d360117

Please sign in to comment.