mirror of
https://github.com/plausible/analytics.git
synced 2024-12-25 10:33:01 +03:00
Fix documentation link for Google integration (#4472)
* Fix documentation link for Google integration * Fix documentation link for Google integration (test update) * Update lib/plausible_web/templates/site/settings_search_console.html.heex --------- Co-authored-by: ruslandoga <doga.ruslan@gmail.com> Co-authored-by: Adrian Gruntkowski <adrian.gruntkowski@gmail.com>
This commit is contained in:
parent
979764d010
commit
49ff00252e
@ -118,7 +118,7 @@
|
|||||||
<p class="text-gray-900 dark:text-gray-200">
|
<p class="text-gray-900 dark:text-gray-200">
|
||||||
An extra step is needed to set up your <%= Plausible.product_name() %> for the Google Search Console integration.
|
An extra step is needed to set up your <%= Plausible.product_name() %> for the Google Search Console integration.
|
||||||
Find instructions <%= link("here",
|
Find instructions <%= link("here",
|
||||||
to: "https://plausible.io/docs/self-hosting-configuration#google-search-integration",
|
to: "https://github.com/plausible/community-edition#google-integration",
|
||||||
class: "text-indigo-500"
|
class: "text-indigo-500"
|
||||||
) %>
|
) %>
|
||||||
</p>
|
</p>
|
||||||
|
@ -838,7 +838,7 @@ defmodule PlausibleWeb.SiteControllerTest do
|
|||||||
resp = html_response(conn, 200)
|
resp = html_response(conn, 200)
|
||||||
assert resp =~ "An extra step is needed"
|
assert resp =~ "An extra step is needed"
|
||||||
assert resp =~ "Google Search Console integration"
|
assert resp =~ "Google Search Console integration"
|
||||||
assert resp =~ "self-hosting-configuration"
|
assert resp =~ "google-integration"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user