From 801890b63b052d9787390e51714f28b077601bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Mon, 12 Jul 2021 19:44:55 +0200 Subject: [PATCH] README,docs: fix Dex links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit fixes the link to the Dex example-app code and the getting started documentation. Signed-off-by: Lucas Servén Marín --- README.md | 3 +-- docs/develop.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fdf250f..72bac0ce 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,4 @@ Feel free to raise feature-requests and bugs. PR's are also very welcome. - https://github.com/negz/kubehook - https://github.com/fydrah/loginapp -This application is based on the original [example-app](https://github.com/coreos/dex/tree/master/cmd/example-app -) available in the CoreOS Dex repo. +This application is based on the [example-app](https://github.com/dexidp/dex/tree/master/examples/example-app) available in the Dex repo. diff --git a/docs/develop.md b/docs/develop.md index 5a98408e..36104521 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -17,7 +17,7 @@ Creates ./bin/dex-k8s-authenticator You must have a `dex` instance running before starting `dex-k8s-authenticator`. Follow the example here: -https://github.com/coreos/dex/blob/master/Documentation/getting-started.md +https://github.com/dexidp/website/blob/main/content/docs/getting-started.md Start it with using the provided `./examples/dex-server-config-dev.yaml` @@ -33,4 +33,4 @@ Start it with using the provided `./examples/dex-server-config-dev.yaml` ### Configuration Options -Additional configuration options are explained [here](config.md) \ No newline at end of file +Additional configuration options are explained [here](config.md)