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
|
## Building the docker container
|
||||||
```sh
|
```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
|
The container can now be ran
|
||||||
```sh
|
```sh
|
||||||
docker run --rm codeberg.org/comfy.city/comfy-recipes
|
docker run --rm git.comfy.city/Emi/comfy-recipes:local
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building the documentation
|
## Building the documentation
|
||||||
|
|
|
@ -17,9 +17,9 @@ classifiers = [
|
||||||
license = { file = "LICENSE" }
|
license = { file = "LICENSE" }
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://codeberg.org/comfy.city/comfy-recipes"
|
Homepage = "https://git.comfy.city/Emi/comfy-recipes"
|
||||||
Repository = "https://codeberg.org/comfy.city/comfy-recipes.git"
|
Repository = "https://git.comfy.city/Emi/comfy-recipes.git"
|
||||||
Issues = "https://codeberg.org/comfy.city/comfy-recipes/issues"
|
Issues = "https://git.comfy.city/Emi/comfy-recipes/issues"
|
||||||
Documentation = "https://comfy.city/comfy-recipes/docs"
|
Documentation = "https://comfy.city/comfy-recipes/docs"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue