From 3039975d9f9cece7ac474fadbf0e3fd052ea0c80 Mon Sep 17 00:00:00 2001 From: Felix Zumstein Date: Sun, 8 Dec 2024 22:58:49 +0100 Subject: [PATCH] fix docs --- docs/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade.md b/docs/upgrade.md index 2e0e1062..4973b0d5 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -6,7 +6,7 @@ This guide assumes that you have set up your local Git repository according to [ ## Upgrade process -1. Fetch changes from `upstream` and merge them. Make sure to replace `` with the desired version, such as `0.5.3` or `main` for bleeding edge (see [Changelog](changelog.md)). +1. Fetch changes from `upstream` and merge them. Make sure to replace `` with the desired version, such as `0.5.3` or `upstream/main` for bleeding edge (see [Changelog](changelog.md)). ```text git fetch upstream