diff --git a/README.md b/README.md index 8fdf250..72bac0c 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 5a98408..3610452 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)