Skip to content

Commit e76d290

Browse files
committed
Use main python.org domain
1 parent 9504b90 commit e76d290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/layout.html

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

2828
{% block extrahead %}
2929
{% if builder == "html" %}
30-
<script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script>
30+
<script defer data-domain="python.org" src="https://plausible.io/js/script.js"></script>
3131
{% endif %}
3232
<link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html" />
3333
{% if builder != "htmlhelp" %}

0 commit comments

Comments
 (0)