diff --git a/Documentation/using-dex.md b/Documentation/using-dex.md
index f935a62ae8dd5dee04129161e55fd4fb7f8ef293..33714000a0fa330ef3f8a87761c2743efaba80ea 100644
--- a/Documentation/using-dex.md
+++ b/Documentation/using-dex.md
@@ -63,7 +63,7 @@ oauth2Config := oauth2.Config{
     ClientSecret: "example-app-secret",
 
     // The redirectURL.
-    RedirectURL: "http://127.0.0.1:5556/callback",
+    RedirectURL: "http://127.0.0.1:5555/callback",
 
     // Discovery returns the OAuth2 endpoints.
     Endpoint: provider.Endpoint(),