diff --git a/web/content/posts/self-hosting/index.md b/web/content/posts/self-hosting/index.md index ac929e7..4fd3f35 100644 --- a/web/content/posts/self-hosting/index.md +++ b/web/content/posts/self-hosting/index.md @@ -23,7 +23,7 @@ Použití Dockeru je nejjednodušší způsob, jak projekt spustit, protože aut 1. **Klonování repozitáře**: ```bash - git clone https://github.com/zitnik/jecnarozvrh.git + git clone https://gitea.local.jzitnik.dev/jzitnik/jecnarozvrh.git cd jecnarozvrh ```