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>2021-10-23 06:09:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-23 06:09:31 +0300
commit63c3434ae665e1bf10f0ed47ee9b4944dde71345 (patch)
tree5532ccfb069c069279e1c490b8778672518cc041 /lib/gitlab/saas.rb
parentd8b52231c189144d8aa05cc397c096b553295750 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/saas.rb')
-rw-r--r--lib/gitlab/saas.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/saas.rb b/lib/gitlab/saas.rb
index 9220ad1be6c..61676d550d2 100644
--- a/lib/gitlab/saas.rb
+++ b/lib/gitlab/saas.rb
@@ -42,7 +42,7 @@ module Gitlab
end
def self.about_pricing_faq_url
- "https://about.gitlab.com/gitlab-com/#faq"
+ "https://about.gitlab.com/pricing#faq"
end
end
end