From 42c72097aa667a12315058ffc4060f1e515a635a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 7 Oct 2024 00:50:34 -0400 Subject: [PATCH] Point docs to github.io instead of custom domain Signed-off-by: Brian Warner --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7e4befc..072ea9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ ] [project.urls] - Homepage = "https://bdwarner.com/talkgooder/" - Documentation = "https://bdwarner.com/talkgooder/" + Homepage = "https://brianwarner.github.io/talkgooder/" + Documentation = "https://brianwarner.github.io/talkgooder/" Repository = "https://github.com/brianwarner/talkgooder" Issues = "https://github.com/brianwarner/talkgooder/issues"