From 5e307bc3134f64db5bd508eefb06e6135640c01c Mon Sep 17 00:00:00 2001 From: Xarlos89 Date: Sat, 1 Aug 2026 16:56:10 +0200 Subject: [PATCH] Update repository URLs --- zensical.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zensical.toml b/zensical.toml index d683a90..5695f20 100644 --- a/zensical.toml +++ b/zensical.toml @@ -2,11 +2,11 @@ site_name = "Practical Python" site_description = "Rules, resources and projects for the Practical Python Discord community." site_author = "Practical Python" -site_url = "https://practical-python.org/" +site_url = "https://practicalpython.org/" copyright = "Copyright © 2026 Practical Python" -repo_url = "https://github.com/Xarlos89/practical-python-dot-org" -repo_name = "Xarlos89/practical-python-dot-org" +repo_url = "https://github.com/practical-python-org/practical-python-dot-org" +repo_name = "practical-python-org/practical-python-dot-org" edit_uri = "edit/main/docs/" extra_css = ["stylesheets/extra.css"]