From 35be2776c8cde42d392979a1d694bc7ba6ebd698 Mon Sep 17 00:00:00 2001 From: TEParsons Date: Mon, 15 Apr 2024 13:27:53 +0100 Subject: [PATCH] SYS: Correct docs links --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 874b887..41eb0bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", ] -urls.homepage = "https://github.com/mdcutone/psychopy-visionscience" -urls.changelog = "https://github.com/mdcutone/psychopy-visionscience/blob/main/CHANGELOG.txt" -urls.documentation = "https://pages.github.com/psychopy/psychopy-visionscience" +urls.homepage = "https://psychopy.github.io/psychopy-visionscience" +urls.changelog = "https://github.com/psychopy/psychopy-visionscience/blob/main/CHANGELOG.txt" +urls.documentation = "https://psychopy.github.io/psychopy-visionscience" urls.repository = "https://github.com/psychopy/psychopy-visionscience" [project.optional-dependencies]