Skip to content

Commit ada146c

Browse files
authored
Merge branch 'main' into o3average
2 parents d60aa7a + 7d9180f commit ada146c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Atomistic Cookbook
33

44
The source code for the Atomistic Cookbook is maintained
55
as a GitHub pages site.
6-
The home page is accessible at https://lab-cosmo.github.io/atomistic-cookbook.
6+
The home page is accessible at https://atomistic-cookbook.org/
77

88
.. marker-intro-start
99

docs/src/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
html_js_files = [
3636
( # plausible.io tracking
37-
"https://plausible.io/js/script.js",
38-
{"data-domain": "lab-cosmo.github.io/atomistic-cookbook", "defer": "defer"},
37+
"https://plausible.io/js/script.file-downloads.hash.outbound-links.pageview-props.tagged-events.js",
38+
{"data-domain": "atomistic-cookbook.org", "defer": "defer"},
3939
),
4040
]
4141

@@ -46,6 +46,6 @@
4646
html_favicon = "../_static/cookbook-icon.png"
4747
html_logo = "../_static/cookbook-icon.svg"
4848
html_title = "The Atomistic Cookbook"
49-
html_baseurl = "https://lab-cosmo.github.io/atomistic-cookbook/latest/"
49+
html_baseurl = "https://atomistic-cookbook.org/latest/"
5050
sitemap_url_scheme = "{link}"
5151
html_extra_path = ["google4ae5e3529d19a84c.html", "robots.txt"]

0 commit comments

Comments
 (0)