Commit 43d264b0 authored by Marcel Amirault's avatar Marcel Amirault Committed by Achilleas Pipinellis

Change two /products links to /pricing

parent 35a7a759
...@@ -68,7 +68,7 @@ module EE ...@@ -68,7 +68,7 @@ module EE
project.full_path.sub(/\A#{Regexp.escape(full_path)}/, full_path_was) project.full_path.sub(/\A#{Regexp.escape(full_path)}/, full_path_was)
end 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 # for a given Namespace plan. This method should consider ancestor groups
# being licensed. # being licensed.
def feature_available?(feature) def feature_available?(feature)
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
Many features for larger teams are part of Many features for larger teams are part of
our our
= succeed "." do = 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 You can try Ultimate for free without
any obligation or payment details. any obligation or payment details.
= link_to new_trial_url, class: "btn btn-new" do = 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