From 4fccc793bb0e472b2bad1ad3be6ce754e7943847 Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Sun, 22 Feb 2026 17:34:46 +0100 Subject: [PATCH] docs: Fix url --- web/content/posts/self-hosting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```