Skip to content

Commit

Permalink
README,docs: fix Dex links
Browse files Browse the repository at this point in the history
This commit fixes the link to the Dex example-app code and the getting
started documentation.

Signed-off-by: Lucas Servén Marín <[email protected]>
  • Loading branch information
squat committed Jul 12, 2021
1 parent 7b6588b commit 801890b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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)
Additional configuration options are explained [here](config.md)

0 comments on commit 801890b

Please sign in to comment.