diff --git a/pyproject.toml b/pyproject.toml
index a33f71d..bed36d1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [project]
-name = "quaternion"
+name = "numpy-quaternion"
 description = "Add a quaternion dtype to NumPy"
 readme = "README.md"
 requires-python = ">=3.10"
@@ -25,7 +25,7 @@ dynamic = ["version"]
 
 [project.urls]
 Homepage = "https://github.com/moble/quaternion"
-Documentation = "https://quaternionic.readthedocs.io/en/latest"
+Documentation = "https://quaternion.readthedocs.io/en/latest"
 
 [build-system]
 requires = ["hatchling", "setuptools>=61", "wheel", "numpy>=2.0,<3"]