From 47e6528c74160da8c73df065b9e34a3443bd5cba Mon Sep 17 00:00:00 2001 From: Andrew Hackmann <5140848+bossinc@users.noreply.github.com> Date: Fri, 26 Sep 2025 04:14:58 -0500 Subject: [PATCH] Docs: Fix link reference in Generic OAuth documentation (#111647) Corrected the link reference for examples of setting up Generic OAuth. --- .../configure-authentication/generic-oauth/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md index f28dc35b7f6..20d08963191 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md @@ -33,7 +33,7 @@ Grafana provides OAuth2 integrations for the following auth providers: If your OAuth2 provider is not listed, you can use Generic OAuth authentication. -This topic describes how to configure Generic OAuth authentication using different methods and includes [examples of setting up Generic OAuth](#examples-of-setting-up-generic-oauth2) with specific OAuth2 providers. +This topic describes how to configure Generic OAuth authentication using different methods and includes [examples of setting up Generic OAuth](#examples-of-setting-up-generic-oauth) with specific OAuth2 providers. ## Before you begin