Commit 5037fe11 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'products-links-to-pricing' into 'master'

Change two /products links to /pricing

See merge request gitlab-org/gitlab-ee!6356
parents 35a7a759 43d264b0
......@@ -68,7 +68,7 @@ module EE
project.full_path.sub(/\A#{Regexp.escape(full_path)}/, full_path_was)
end
# Checks features (i.e. https://about.gitlab.com/products/) availabily
# Checks features (i.e. https://about.gitlab.com/pricing/) availabily
# for a given Namespace plan. This method should consider ancestor groups
# being licensed.
def feature_available?(feature)
......
......@@ -9,7 +9,7 @@
Many features for larger teams are part of
our
= succeed "." do
= link_to "paid products", "https://about.gitlab.com/products/", target: "_blank", rel: "noopener noreferrer nofollow"
= link_to "paid products", "https://about.gitlab.com/pricing/", target: "_blank", rel: "noopener noreferrer nofollow"
You can try Ultimate for free without
any obligation or payment details.
= link_to new_trial_url, class: "btn btn-new" do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment