mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
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:
@ -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:")) {
|
||||
|
Reference in New Issue
Block a user