From fe1e3db5a3cf0495970b5fb38d1bf0945bc11c5a Mon Sep 17 00:00:00 2001 From: Valery Sizov <valery@gitlab.com> Date: Mon, 19 Jan 2015 14:18:31 -0800 Subject: [PATCH] fix url in update doc --- doc/update/7.6-to-7.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/update/7.6-to-7.7.md b/doc/update/7.6-to-7.7.md index 18cff26f1a0..51084576f33 100644 --- a/doc/update/7.6-to-7.7.md +++ b/doc/update/7.6-to-7.7.md @@ -102,7 +102,7 @@ If all items are green, then congratulations upgrade is complete! ### 8. GitHub settings (if applicable) If you are using GitHub as an OAuth provider for authentication, you should change the callback url so that it -only contains a root url (ex. `https://example.com/`) +only contains a root url (ex. `https://gitlab.example.com/`) ## Things went south? Revert to previous version (7.6) -- GitLab