From 2989f0fae41ca8d3ef35cf1796bea4db8b930637 Mon Sep 17 00:00:00 2001 From: boterop Date: Thu, 3 Oct 2024 13:47:56 -0500 Subject: [PATCH] Use 'Start' html instead of 'Setup' which does not exist --- guides/introduction/implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/introduction/implementation.md b/guides/introduction/implementation.md index 24709a373..337881d35 100644 --- a/guides/introduction/implementation.md +++ b/guides/introduction/implementation.md @@ -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