docs: update project links, kallithea -> forgejo
This commit is contained in:
parent
70b103ebd8
commit
06394dc3e3
|
@ -125,7 +125,7 @@ rattail-tutorial app instead, you should do this::
|
||||||
|
|
||||||
mkdir -p ~/src
|
mkdir -p ~/src
|
||||||
cd ~/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
|
pip install -e rattail-tutorial
|
||||||
|
|
||||||
Creating the Project
|
Creating the Project
|
||||||
|
|
|
@ -52,8 +52,8 @@ rattail_tutorial = "rattail_tutorial.emails"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://rattailproject.org"
|
Homepage = "https://rattailproject.org"
|
||||||
repository = "https://kallithea.rattailproject.org/rattail-project/rattail-tutorial"
|
repository = "https://forgejo.wuttaproject.org/rattail/rattail-tutorial"
|
||||||
Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-tutorial/files/master/CHANGELOG.md"
|
Changelog = "https://forgejo.wuttaproject.org/rattail/rattail-tutorial/src/branch/master/CHANGELOG.md"
|
||||||
|
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
|
|
Loading…
Reference in a new issue