diff --git a/doc/integration/google.md b/doc/integration/google.md
index 7a78aff8ea4160971ba41348aa5bababde52fbad..51d740489da386764872ffe3a5a5d576a43788a2 100644
--- a/doc/integration/google.md
+++ b/doc/integration/google.md
@@ -45,9 +45,9 @@ To enable the Google OAuth2 OmniAuth provider you must register your application
              args: { access_type: 'offline', approval_prompt: '' } }
     ```
 
-1.  Change 'YOUR APP ID' to the client ID from the GitHub application page from step 7.
+1.  Change 'YOUR APP ID' to the client ID from the Google Developer page from step 10.
 
-1.  Change 'YOUR APP SECRET' to the client secret from the GitHub application page  from step 7.
+1.  Change 'YOUR APP SECRET' to the client secret from the Google Developer page from step 10.
 
 1.  Save the configuration file.