From 1913f5459f8c144eb60b6d583557e28da9913fc5 Mon Sep 17 00:00:00 2001 From: Matt Swain Date: Fri, 8 Aug 2025 15:14:51 -0400 Subject: [PATCH] Update docs URLs to pubchempy.org --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"