diff --git a/docs/create-project.rst b/docs/create-project.rst index 4c6932a..9cb84ec 100644 --- a/docs/create-project.rst +++ b/docs/create-project.rst @@ -125,7 +125,7 @@ rattail-tutorial app instead, you should do this:: mkdir -p ~/src cd ~/src - git clone https://rattailproject.org/git/rattail-tutorial.git + git clone https://forgejo.wuttaproject.org/rattail/rattail-tutorial.git pip install -e rattail-tutorial Creating the Project diff --git a/pyproject.toml b/pyproject.toml index f70a108..f2c9f05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,8 +52,8 @@ rattail_tutorial = "rattail_tutorial.emails" [project.urls] Homepage = "https://rattailproject.org" -repository = "https://kallithea.rattailproject.org/rattail-project/rattail-tutorial" -Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-tutorial/files/master/CHANGELOG.md" +repository = "https://forgejo.wuttaproject.org/rattail/rattail-tutorial" +Changelog = "https://forgejo.wuttaproject.org/rattail/rattail-tutorial/src/branch/master/CHANGELOG.md" [tool.commitizen]