From 2f9bb540d19e915c5d78d6506e257d715fd4d33b Mon Sep 17 00:00:00 2001 From: Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:12:11 +0100 Subject: [PATCH] docs: Fix broken links in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05302999..d5b05b6f 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Going forward, all images shall be available at `quay.io/oauth2-proxy/oauth2-pro oauth2-proxy-x.y.z.linux-amd64: OK ``` -2. [Select a Provider and Register an OAuth Application with a Provider](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/oauth_provider) -3. [Configure OAuth2 Proxy using config file, command line options, or environment variables](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview) -4. [Configure SSL or Deploy behind a SSL endpoint](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/tls) (example provided for Nginx) +2. [Select a Provider and Register an OAuth Application with a Provider](https://oauth2-proxy.github.io/oauth2-proxy/configuration/providers/) +3. [Configure OAuth2 Proxy using config file, command line options, or environment variables](https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview) +4. [Configure SSL or Deploy behind a SSL endpoint](https://oauth2-proxy.github.io/oauth2-proxy/configuration/tls) (example provided for Nginx) ## Security @@ -55,7 +55,7 @@ See [open redirect vulnerability](https://github.com/oauth2-proxy/oauth2-proxy/s ## Docs -Read the docs on our [Docs site](https://oauth2-proxy.github.io/oauth2-proxy/docs/). +Read the docs on our [Docs site](https://oauth2-proxy.github.io/oauth2-proxy/). ![OAuth2 Proxy Architecture](docs/static/img/architecture.svg)