From 223c4c5526f738614e4bc9c9fe50a453456aebce Mon Sep 17 00:00:00 2001 From: Jason Raimondi Date: Fri, 9 Aug 2024 14:15:31 -0400 Subject: [PATCH] docs: fix link --- docs/docs/getting_started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting_started/index.mdx b/docs/docs/getting_started/index.mdx index b6407bf8..56ebd3b0 100644 --- a/docs/docs/getting_started/index.mdx +++ b/docs/docs/getting_started/index.mdx @@ -26,7 +26,7 @@ This section provides a high-level overview of setting up the OAuth2 server. 1. Install the package 1. Implement [Entities](./entities.md) 1. Implement [Repositories](./repositories.mdx) -1. Set up the [AuthorizationServer](#the-authorization-server) with desired grant types +1. Set up the [AuthorizationServer](#setup-the-authorization-server) with desired grant types 1. Implement the [Endpoints](../endpoints/index.mdx) ### Installation