diff --git a/assets/js/dashboard/stats/sources/search-terms.js b/assets/js/dashboard/stats/sources/search-terms.js
index 5ed68300e..fe2d41b57 100644
--- a/assets/js/dashboard/stats/sources/search-terms.js
+++ b/assets/js/dashboard/stats/sources/search-terms.js
@@ -91,7 +91,7 @@ export default class SearchTerms extends React.Component {
Serve the tracking script from your domain name as a first-party resource instead of loading the script from our domain.
- <%= link(to: "https://docs.plausible.io/custom-domain/", target: "_blank") do %> + <%= link(to: "https://plausible.io/docs/proxy/introduction", target: "_blank") do %> <% end %> diff --git a/lib/plausible_web/templates/site/settings_goals.html.eex b/lib/plausible_web/templates/site/settings_goals.html.eex index 746983436..9235dd5d2 100644 --- a/lib/plausible_web/templates/site/settings_goals.html.eex +++ b/lib/plausible_web/templates/site/settings_goals.html.eex @@ -2,7 +2,7 @@Define actions that you want your users to take like visiting a certain page, submitting a form, etc.
- <%= link(to: "https://docs.plausible.io/goal-conversions/", target: "_blank", rel: "noreferrer") do %> + <%= link(to: "https://plausible.io/docs/goal-conversions", target: "_blank", rel: "noreferrer") do %> <% end %>You can integrate with Google Search Console to get all of your important search results stats such as keyword phrases people find your site with.
- <%= link(to: "https://docs.plausible.io/google-search-console-integration/", target: "_blank", rel: "noreferrer") do %> + <%= link(to: "https://plausible.io/docs/google-search-console-integration", target: "_blank", rel: "noreferrer") do %> <% end %>- Select the Google Search Console property you would like to pull keyword data from. If you don't see your domain, <%= link("set it up and verify", to: "https://docs.plausible.io/google-search-console-integration", class: "text-indigo-500") %> on Search Console first. + Select the Google Search Console property you would like to pull keyword data from. If you don't see your domain, <%= link("set it up and verify", to: "https://plausible.io/docs/google-search-console-integration", class: "text-indigo-500") %> on Search Console first.
<% end %> diff --git a/lib/plausible_web/templates/site/settings_visibility.html.eex b/lib/plausible_web/templates/site/settings_visibility.html.eex index 6a0c570f4..44f4a63de 100644 --- a/lib/plausible_web/templates/site/settings_visibility.html.eex +++ b/lib/plausible_web/templates/site/settings_visibility.html.eex @@ -2,7 +2,7 @@Share your stats publicly or keep them private
- <%= link(to: "https://docs.plausible.io/visibility", target: "_blank", rel: "noreferrer") do %> + <%= link(to: "https://plausible.io/docs/visibility", target: "_blank", rel: "noreferrer") do %> <% end %>You can share your stats privately by generating a shared link. The links are impossible to guess and you can add password protection for extra security.
- <%= link(to: "https://docs.plausible.io/shared-links", target: "_blank", rel: "noreferrer") do %> + <%= link(to: "https://plausible.io/docs/shared-links", target: "_blank", rel: "noreferrer") do %> <% end %>