diff --git a/changelog.d/8657.doc b/changelog.d/8657.doc
new file mode 100644
index 0000000000000000000000000000000000000000..3dcbb221affff6c7c7cb5740bf8ae905cb8ca70d
--- /dev/null
+++ b/changelog.d/8657.doc
@@ -0,0 +1 @@
+Fix the filepath of Dex's example config and the link to Dex's Getting Started guide in the OpenID Connect docs.
diff --git a/docs/openid.md b/docs/openid.md
index a836bb76dbfd7ee0b02e9d9b8bc48a17059dd297..8b26b0bae5513fcccb9e15820b04721dfb2cd259 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: