update URLs
This commit is contained in:
parent
7b3aa25c95
commit
e35bc3852b
2 changed files with 5 additions and 5 deletions
|
@ -17,12 +17,12 @@ pip install dist/comfy-recipes-*-py3-none-any.whl
|
|||
|
||||
## Building the docker container
|
||||
```sh
|
||||
docker build -t codeberg.org/comfy.city/comfy-recipes .
|
||||
docker buildx build -t git.comfy.city/Emi/comfy-recipes:local .
|
||||
```
|
||||
|
||||
The container can now be ran
|
||||
```sh
|
||||
docker run --rm codeberg.org/comfy.city/comfy-recipes
|
||||
docker run --rm git.comfy.city/Emi/comfy-recipes:local
|
||||
```
|
||||
|
||||
## Building the documentation
|
||||
|
|
|
@ -17,9 +17,9 @@ classifiers = [
|
|||
license = { file = "LICENSE" }
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://codeberg.org/comfy.city/comfy-recipes"
|
||||
Repository = "https://codeberg.org/comfy.city/comfy-recipes.git"
|
||||
Issues = "https://codeberg.org/comfy.city/comfy-recipes/issues"
|
||||
Homepage = "https://git.comfy.city/Emi/comfy-recipes"
|
||||
Repository = "https://git.comfy.city/Emi/comfy-recipes.git"
|
||||
Issues = "https://git.comfy.city/Emi/comfy-recipes/issues"
|
||||
Documentation = "https://comfy.city/comfy-recipes/docs"
|
||||
|
||||
[project.scripts]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue