diff --git a/assets/js/dashboard/stats/modals/google-keywords.js b/assets/js/dashboard/stats/modals/google-keywords.js
index a26e7cefa577..35d8d0fe2641 100644
--- a/assets/js/dashboard/stats/modals/google-keywords.js
+++ b/assets/js/dashboard/stats/modals/google-keywords.js
@@ -67,7 +67,7 @@ class GoogleKeywordsModal extends React.Component {
The site is not connected to Google Search Keywords
Configure the integration to view search terms
- Connect with Google
+ Connect with Google
)
} else {
diff --git a/assets/js/dashboard/stats/sources/search-terms.js b/assets/js/dashboard/stats/sources/search-terms.js
index 3e0744fa9ea8..f453126a155d 100644
--- a/assets/js/dashboard/stats/sources/search-terms.js
+++ b/assets/js/dashboard/stats/sources/search-terms.js
@@ -65,7 +65,7 @@ export default class SearchTerms extends React.Component {
The site is not connected to Google Search Keywords
Cannot show search terms
- {this.state.isOwner && Connect with Google }
+ {this.state.isOwner && Connect with Google }
)
} else if (this.state.searchTerms.length > 0) {
diff --git a/lib/plausible_web/controllers/auth_controller.ex b/lib/plausible_web/controllers/auth_controller.ex
index 2194049e5c1a..24f523bcdaf2 100644
--- a/lib/plausible_web/controllers/auth_controller.ex
+++ b/lib/plausible_web/controllers/auth_controller.ex
@@ -358,6 +358,6 @@ defmodule PlausibleWeb.AuthController do
site = Repo.get(Plausible.Site, site_id)
- redirect(conn, to: "/#{URI.encode_www_form(site.domain)}/settings#google-auth")
+ redirect(conn, to: "/#{URI.encode_www_form(site.domain)}/settings/search-console")
end
end
diff --git a/lib/plausible_web/templates/stats/stats.html.eex b/lib/plausible_web/templates/stats/stats.html.eex
index dd44b47b4662..3e61d82daa83 100644
--- a/lib/plausible_web/templates/stats/stats.html.eex
+++ b/lib/plausible_web/templates/stats/stats.html.eex
@@ -1,7 +1,7 @@
<%= if @offer_email_report do %>
- <%= link("Click here to enable weekly email reports →", to: "/#{URI.encode_www_form(@site.domain)}/settings#email-reports", class: "py-2 block") %>
+ <%= link("Click here to enable weekly email reports →", to: "/#{URI.encode_www_form(@site.domain)}/settings/email-reports", class: "py-2 block") %>
<% end %>