diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index 6ad9fca5..2860859a 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -65,11 +65,11 @@ __date__ = "2023-02-26" __status__ = "Stable" __domain__ = "novelwriter.io" __url__ = "https://novelwriter.io" +__docurl__ = "https://docs.novelwriter.io/" __sourceurl__ = "https://github.com/vkbo/novelWriter" __issuesurl__ = "https://github.com/vkbo/novelWriter/issues" __helpurl__ = "https://github.com/vkbo/novelWriter/discussions" __releaseurl__ = "https://github.com/vkbo/novelWriter/releases/latest" -__docurl__ = "https://novelwriter.readthedocs.io" logger = logging.getLogger(__name__) diff --git a/setup.cfg b/setup.cfg index fc808a1e..fe0359e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ classifiers = Topic :: Text Editors project_urls = Bug Tracker = https://github.com/vkbo/novelWriter/issues - Documentation = https://novelwriter.readthedocs.io/en/stable + Documentation = https://docs.novelwriter.io Source Code = https://github.com/vkbo/novelWriter [options] diff --git a/setup/description_pypi.md b/setup/description_pypi.md index ed98ffda..2a70f678 100644 --- a/setup/description_pypi.md +++ b/setup/description_pypi.md @@ -17,5 +17,5 @@ are met. It is regularly tested on Debian and Ubuntu Linux, Windows, and macOS. novelWriter is developed and maintained by [Veronica Berglyd Olsen](https://github.com/vkbo). **Website:** https://novelwriter.io -**Documentation:** https://novelwriter.readthedocs.io +**Documentation:** https://docs.novelwriter.io/ **Source Code:** https://github.com/vkbo/novelWriter