From b4f7e0603ee78f20b37da4bf543c79bc01f622de Mon Sep 17 00:00:00 2001 From: Benjamin Cremer Date: Tue, 29 Oct 2024 16:21:43 +0100 Subject: [PATCH] doc: fix relative URLs to configuration page (#2818) --- docs/docs/features/endpoints.md | 2 +- docs/versioned_docs/version-7.6.x/features/endpoints.md | 2 +- docs/versioned_docs/version-7.7.x/features/endpoints.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/features/endpoints.md b/docs/docs/features/endpoints.md index 8081f632..3ec1e2aa 100644 --- a/docs/docs/features/endpoints.md +++ b/docs/docs/features/endpoints.md @@ -14,7 +14,7 @@ OAuth2 Proxy responds directly to the following endpoints. All other endpoints w - /oauth2/start - a URL that will redirect to start the OAuth cycle - /oauth2/callback - the URL used at the end of the OAuth cycle. The oauth app will be configured with this as the callback url. - /oauth2/userinfo - the URL is used to return user's email from the session in JSON format. -- /oauth2/auth - only returns a 202 Accepted response or a 401 Unauthorized response; for use with the [Nginx `auth_request` directive](../configuration/overview.md#configuring-for-use-with-the-nginx-auth_request-directive) +- /oauth2/auth - only returns a 202 Accepted response or a 401 Unauthorized response; for use with the [Nginx `auth_request` directive](../configuration/integration#configuring-for-use-with-the-nginx-auth_request-directive) - /oauth2/static/\* - stylesheets and other dependencies used in the sign_in and error pages ### Sign out diff --git a/docs/versioned_docs/version-7.6.x/features/endpoints.md b/docs/versioned_docs/version-7.6.x/features/endpoints.md index 8081f632..3ec1e2aa 100644 --- a/docs/versioned_docs/version-7.6.x/features/endpoints.md +++ b/docs/versioned_docs/version-7.6.x/features/endpoints.md @@ -14,7 +14,7 @@ OAuth2 Proxy responds directly to the following endpoints. All other endpoints w - /oauth2/start - a URL that will redirect to start the OAuth cycle - /oauth2/callback - the URL used at the end of the OAuth cycle. The oauth app will be configured with this as the callback url. - /oauth2/userinfo - the URL is used to return user's email from the session in JSON format. -- /oauth2/auth - only returns a 202 Accepted response or a 401 Unauthorized response; for use with the [Nginx `auth_request` directive](../configuration/overview.md#configuring-for-use-with-the-nginx-auth_request-directive) +- /oauth2/auth - only returns a 202 Accepted response or a 401 Unauthorized response; for use with the [Nginx `auth_request` directive](../configuration/integration#configuring-for-use-with-the-nginx-auth_request-directive) - /oauth2/static/\* - stylesheets and other dependencies used in the sign_in and error pages ### Sign out diff --git a/docs/versioned_docs/version-7.7.x/features/endpoints.md b/docs/versioned_docs/version-7.7.x/features/endpoints.md index 8081f632..3ec1e2aa 100644 --- a/docs/versioned_docs/version-7.7.x/features/endpoints.md +++ b/docs/versioned_docs/version-7.7.x/features/endpoints.md @@ -14,7 +14,7 @@ OAuth2 Proxy responds directly to the following endpoints. All other endpoints w - /oauth2/start - a URL that will redirect to start the OAuth cycle - /oauth2/callback - the URL used at the end of the OAuth cycle. The oauth app will be configured with this as the callback url. - /oauth2/userinfo - the URL is used to return user's email from the session in JSON format. -- /oauth2/auth - only returns a 202 Accepted response or a 401 Unauthorized response; for use with the [Nginx `auth_request` directive](../configuration/overview.md#configuring-for-use-with-the-nginx-auth_request-directive) +- /oauth2/auth - only returns a 202 Accepted response or a 401 Unauthorized response; for use with the [Nginx `auth_request` directive](../configuration/integration#configuring-for-use-with-the-nginx-auth_request-directive) - /oauth2/static/\* - stylesheets and other dependencies used in the sign_in and error pages ### Sign out