Skip to content

Commit 551962d

Browse files
dnicolodirgommers
authored andcommitted
MAINT: link to documentation at https://mesonbuild.org/meson-python/
1 parent 3879c9d commit 551962d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ discussions__ space on GitHub. Bug reports and feature requests can be
1919
filed as GitHub issues__.
2020

2121
__ https://mesonbuild.com/
22-
__ https://meson-python.readthedocs.io/en/latest/
22+
__ https://mesonbuild.com/meson-python/
2323
__ https://github.com/mesonbuild/meson-python/discussions/
2424
__ https://github.com/mesonbuild/meson-python/issues/

docs/conf.py

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

9393
# Open Graph
9494

95-
ogp_site_url = 'https://meson-python.readthedocs.io'
95+
ogp_site_url = 'https://mesonbuild.com/meson-python/'
9696
ogp_site_name = 'meson-python documentation'
9797

9898

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ docs = [
6464
[project.urls]
6565
homepage = 'https://github.com/mesonbuild/meson-python'
6666
repository = 'https://github.com/mesonbuild/meson-python'
67-
documentation = 'https://meson-python.readthedocs.io/'
68-
changelog = 'https://meson-python.readthedocs.io/en/latest/changelog.html'
67+
documentation = 'https://mesonbuild.com/meson-python/'
68+
changelog = 'https://mesonbuild.com/meson-python/changelog.html'
6969

7070

7171
[tool.mypy]

0 commit comments

Comments
 (0)