diff --git a/README.md b/README.md index f56d04a..0e13c3a 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ Install PubChemPy using: pip install pubchempy ``` -Alternatively, try one of the other [installation options](https://pubchempy.readthedocs.io/en/latest/guide/install.html). +Alternatively, try one of the other [installation options](https://docs.pubchempy.org/en/latest/guide/install.html). ## Documentation -Full documentation is available at https://pubchempy.readthedocs.io. +Full documentation is available at https://docs.pubchempy.org. ## Contribute diff --git a/pyproject.toml b/pyproject.toml index 5f793ac..9823278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ [project.urls] Homepage = "https://github.com/mcs07/PubChemPy" Repository = "https://github.com/mcs07/PubChemPy" -Documentation = "https://pubchempy.readthedocs.io" +Documentation = "https://docs.pubchempy.org" Releases = "https://github.com/mcs07/PubChemPy/releases" "Issue Tracker" = "https://github.com/mcs07/PubChemPy/issues"