diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3efcf11f0..5b9530be4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -174,4 +174,4 @@ Fixes: .. or see older git commits -`15.X Changelog ` +`15.X Changelog ` diff --git a/README.md b/README.md index 59e291c74..9ca80440d 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ Have fun, [read the docs][docs], [come chat with us][discuss], and good luck! [conda-badge]: https://img.shields.io/conda/vn/conda-forge/av.svg?colorB=CCB39A [conda]: https://anaconda.org/conda-forge/av -[docs-badge]: https://img.shields.io/badge/docs-on%20pyav.basswood--io.com-blue.svg -[docs]: https://pyav.basswood-io.com +[docs-badge]: https://img.shields.io/badge/docs-on%20pyav.basswood.io-blue.svg +[docs]: https://pyav.basswood.io [pypi-badge]: https://img.shields.io/pypi/v/av.svg?colorB=CCB39A [pypi]: https://pypi.org/project/av [discuss]: https://github.com/PyAV-Org/PyAV/discussions diff --git a/docs/Makefile b/docs/Makefile index 6654f1062..e12e6f701 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -28,5 +28,5 @@ open: open _build/html/index.html upload: - rsync -avxP --delete _build/html/ root@basswood-io.com:/var/www/pyav/docs/develop + rsync -avxP --delete _build/html/ root@basswood.io:/var/www/pyav/docs/develop diff --git a/pyproject.toml b/pyproject.toml index 54fb5c736..035e4b489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ version = {attr = "av.about.__version__"} [project.urls] "Bug Tracker" = "https://github.com/PyAV-Org/PyAV/issues" "Source Code" = "https://github.com/PyAV-Org/PyAV" -homepage = "https://pyav.basswood-io.com" +homepage = "https://pyav.basswood.io" [project.scripts] "pyav" = "av.__main__:main"