summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-10-26 16:53:11 +0000
committerGitHub <noreply@github.com>2020-10-26 16:53:11 +0000
commitf6a3859a73e2f2feb59a7ed07f850cfd72b0408e (patch)
tree55ad86f357178ab94f06f2a4cb988fc0f973d19d /docs
parentFix a bug in the joined_rooms admin API (#8643) (diff)
downloadsynapse-f6a3859a73e2f2feb59a7ed07f850cfd72b0408e.tar.xz
Fix filepath of Dex example config (#8657)
Diffstat (limited to 'docs')
-rw-r--r--docs/openid.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/openid.md b/docs/openid.md
index a836bb76db..8b26b0bae5 100644
--- a/docs/openid.md
+++ b/docs/openid.md
@@ -58,8 +58,7 @@ Here are a few configs for providers that should work with Synapse.
 Although it is designed to help building a full-blown provider with an
 external database, it can be configured with static passwords in a config file.
 
-Follow the [Getting Started
-guide](https://github.com/dexidp/dex/blob/master/Documentation/getting-started.md)
+Follow the [Getting Started guide](https://dexidp.io/docs/getting-started/)
 to install Dex.
 
 Edit `examples/config-dev.yaml` config file from the Dex repo to add a client:
@@ -73,7 +72,7 @@ staticClients:
   name: 'Synapse'
 ```
 
-Run with `dex serve examples/config-dex.yaml`.
+Run with `dex serve examples/config-dev.yaml`.
 
 Synapse config: