Skip to content

Commit f3cedea

Browse files
ewdurbinmiss-islington
authored andcommitted
Docs: Migrate entirely to PSF hosted plausible for analytics (pythonGH-132648)
(cherry picked from commit 1d529cb) Co-authored-by: Ee Durbin <[email protected]>
1 parent afd865a commit f3cedea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/tools/templates/layout.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727

2828
{% block extrahead %}
2929
{% if builder == "html" and enable_analytics %}
30-
<script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script>
31-
<script defer data-domain="docs.python.org" src="https://analytics.python.org/js/script.js"></script>
30+
<script defer data-domain="docs.python.org" src="https://analytics.python.org/js/script.outbound-links.js"></script>
3231
{% endif %}
3332
<link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html">
3433
{% if builder != "htmlhelp" %}

0 commit comments

Comments
 (0)