From 0b640d9b310126f196ed9950e1595702e6f081ae Mon Sep 17 00:00:00 2001 From: JamesWHarris Date: Thu, 6 Nov 2025 16:17:54 -0600 Subject: [PATCH] Remove broken links --- yaqd-core/README.md | 2 +- yaqd-core/pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/yaqd-core/README.md b/yaqd-core/README.md index 735e321..b8765a1 100644 --- a/yaqd-core/README.md +++ b/yaqd-core/README.md @@ -8,4 +8,4 @@ Core python package for implementing yaq daemons, and associated utilities. -Documentation at https://yaqd-core-python.yaq.fyi +Homepage at https://yaq.fyi diff --git a/yaqd-core/pyproject.toml b/yaqd-core/pyproject.toml index 8bdd546..8553589 100644 --- a/yaqd-core/pyproject.toml +++ b/yaqd-core/pyproject.toml @@ -26,7 +26,6 @@ classifiers=[ [project.urls] "Home Page" = "https://yaq.fyi" -Documentation = "http://yaq-core-python.yaq.fyi/" Source = "https://github.com/yaq-project/yaq-python" Issues = "https://github.com/yaq-project/yaq-python/issues"