From 300db1f856a75675911d121cbb9fb70270087b77 Mon Sep 17 00:00:00 2001 From: Anders Abel Date: Mon, 16 Oct 2023 22:33:05 +0200 Subject: [PATCH] Fix broken link - The typo breaks the docs build --- IdentityServer/v6/docs/content/tokens/requesting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v6/docs/content/tokens/requesting.md b/IdentityServer/v6/docs/content/tokens/requesting.md index 9ea89092..a8b4cc5f 100644 --- a/IdentityServer/v6/docs/content/tokens/requesting.md +++ b/IdentityServer/v6/docs/content/tokens/requesting.md @@ -179,7 +179,7 @@ Pragma: no-cache ``` {{% notice note %}} -See the refresh token section for more information on how to deal with [refresh tokens]({{< ref "/tokens/refresh/" >}}). +See the refresh token section for more information on how to deal with [refresh tokens]({{< ref "/tokens/refresh" >}}). {{% /notice %}} ### .NET client library