From 7b012b1424212012f8e1583a8c7388aee1c743d7 Mon Sep 17 00:00:00 2001
From: Alexander Hess <alexander@webartifex.biz>
Date: Thu, 23 Jan 2025 16:59:36 +0100
Subject: [PATCH] Update URL to setup.sh script ...

... to reflect usage of Forgejo instead of GitLab
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3376f60..9edbe50 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This repository contains useful (config) files that I use on my machines.
 On a freshly set up machine, run:
 
 ```bash
-curl https://code.webartifex.biz/alexander/dotfiles/-/raw/main/.local/share/dotfiles/setup.sh \
+curl https://code.webartifex.biz/alexander/dotfiles/raw/branch/main/.local/share/dotfiles/setup.sh \
      > ./setup.sh && source ./setup.sh && rm ./setup.sh
 ```