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 {
Could not find any search terms for this period
Google Search Console data is sampled and delayed by 24-36h
-
Read more on our documentation
+
Read more on our documentation
) } diff --git a/lib/plausible_web/templates/email/welcome_email.html.eex b/lib/plausible_web/templates/email/welcome_email.html.eex index aa5ae563a..044290e2d 100644 --- a/lib/plausible_web/templates/email/welcome_email.html.eex +++ b/lib/plausible_web/templates/email/welcome_email.html.eex @@ -5,7 +5,7 @@ We're super excited to have you on board!

Here's how to get the most out of your Plausible experience:

-* <%= link("Enable email reports", to: "https://docs.plausible.io/email-reports/") %> and notifications for <%= link("traffic spikes", to: "https://plausible.io/docs/traffic-spikes") %>
+* <%= link("Enable email reports", to: "https://plausible.io/docs/email-reports") %> and notifications for <%= link("traffic spikes", to: "https://plausible.io/docs/traffic-spikes") %>
* <%= link("Integrate with Search Console", to: "https://plausible.io/docs/google-search-console-integration") %> to get keyword phrases people find your site with
* <%= link("Invite team members and other collaborators", to: "https://plausible.io/docs/users-roles") %>
* Set up easy goals including <%= link("404 error pages", to: "https://plausible.io/docs/error-pages-tracking-404") %>, <%= link("file downloads", to: "https://plausible.io/docs/file-downloads-tracking") %> and <%= link("outbound link clicks", to: "https://plausible.io/docs/outbound-link-click-tracking") %>
diff --git a/lib/plausible_web/templates/site/settings_custom_domain.html.eex b/lib/plausible_web/templates/site/settings_custom_domain.html.eex index b1508cd40..304eff671 100644 --- a/lib/plausible_web/templates/site/settings_custom_domain.html.eex +++ b/lib/plausible_web/templates/site/settings_custom_domain.html.eex @@ -24,7 +24,7 @@

Custom domain

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 @@

Goals

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 %>
diff --git a/lib/plausible_web/templates/site/settings_search_console.html.eex b/lib/plausible_web/templates/site/settings_search_console.html.eex index 5181e906e..a4267f078 100644 --- a/lib/plausible_web/templates/site/settings_search_console.html.eex +++ b/lib/plausible_web/templates/site/settings_search_console.html.eex @@ -2,7 +2,7 @@

Google Search Console integration

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 %>
@@ -22,7 +22,7 @@

<% else %>

- 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 @@

Public dashboard

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 %>
@@ -28,7 +28,7 @@

Shared links

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 %>