Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-23 12:08:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-23 12:08:21 +0300
commit5b1258ee90fb29779d6c9da3f488ebff61e243a3 (patch)
treeff63f9b2f31759d2f20126219997c7230b5b822f /lib/gitlab/email
parent9cc33a92d0d4e79d7ca4a1e7b4400fbbdda33933 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/email')
-rw-r--r--lib/gitlab/email/message/in_product_marketing/create.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/gitlab/email/message/in_product_marketing/create.rb b/lib/gitlab/email/message/in_product_marketing/create.rb
index 6b01c83b8e7..68f9a9a21c9 100644
--- a/lib/gitlab/email/message/in_product_marketing/create.rb
+++ b/lib/gitlab/email/message/in_product_marketing/create.rb
@@ -68,7 +68,7 @@ module Gitlab
private
def project_link
- link(s_('InProductMarketing|create a project'), help_page_url('gitlab-basics/create-project'))
+ link(s_('InProductMarketing|create a project'), help_page_url('user/project/index'))
end
def repo_link
@@ -76,7 +76,7 @@ module Gitlab
end
def github_link
- link(s_('InProductMarketing|GitHub Enterprise projects to GitLab'), help_page_url('integration/github'))
+ link(s_('InProductMarketing|GitHub Enterprise projects to GitLab'), help_page_url('user/project/import/github'))
end
def bitbucket_link
@@ -84,11 +84,11 @@ module Gitlab
end
def mirroring_link
- link(s_('InProductMarketing|repository mirroring'), help_page_url('user/project/repository/repository_mirroring'))
+ link(s_('InProductMarketing|repository mirroring'), help_page_url('user/project/repository/mirror/index'))
end
def basics_link
- link(s_('InProductMarketing|Git basics'), help_page_url('gitlab-basics/index'))
+ link(s_('InProductMarketing|Git basics'), help_page_url('topics/git/index'))
end
def import_link