From de6968606dee2bc20a926e958a65258c42ebcb48 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 23 Jan 2019 14:52:27 +0100 Subject: [PATCH] Gitlab: link to the exact Deploy Keys part Gitlab guys were quite promt! https://gitlab.com/gitlab-org/gitlab-ce/issues/56589#note_134106654 --- lib/screens/onboarding_screens.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/screens/onboarding_screens.dart b/lib/screens/onboarding_screens.dart index fff93fed..db71eb52 100644 --- a/lib/screens/onboarding_screens.dart +++ b/lib/screens/onboarding_screens.dart @@ -262,7 +262,9 @@ class OnBoardingScreenState extends State { _gitCloneUrl.substring(_gitCloneUrl.lastIndexOf(":") + 1, lastIndex); final gitHubUrl = 'https://github.com/' + repoName + '/settings/keys/new'; - final gitLabUrl = 'https://gitlab.com/' + repoName + '/settings/repository'; + final gitLabUrl = 'https://gitlab.com/' + + repoName + + '/settings/repository/#js-deploy-keys-settings'; try { if (_gitCloneUrl.startsWith("git@github.com:")) {