Gitlab: link to the exact Deploy Keys part

Gitlab guys were quite promt!

https://gitlab.com/gitlab-org/gitlab-ce/issues/56589#note_134106654
This commit is contained in:
Vishesh Handa
2019-01-23 14:52:27 +01:00
parent a7d366e7c6
commit de6968606d

View File

@ -262,7 +262,9 @@ class OnBoardingScreenState extends State<OnBoardingScreen> {
_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:")) {