Skip to content

Commit

Permalink
Broken link in docs (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
boterop authored Oct 3, 2024
1 parent ff9e273 commit d575da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/introduction/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For example:

## Basic Setup

The most basic setup for an implementation module consists of `use Guardian` passing the atom of your otp app. See [JWT implementation](tokens-jwt-setup.html) for specific information about setting up for JWT.
The most basic setup for an implementation module consists of `use Guardian` passing the atom of your otp app. See [JWT implementation](tokens-jwt-start.html) for specific information about setting up for JWT.

```elixir
defmodule MyApp.TokenImpl do
Expand Down

0 comments on commit d575da7

Please sign in to comment.