From 6b8fd3ab05cbffdcac895b13672101225911e005 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Wed, 3 Sep 2025 11:49:08 +0100 Subject: [PATCH] Fix broken links to dist_git_branches syntax docs --- docs/fedora-releases-guide/non-divergent-dist-git-branches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fedora-releases-guide/non-divergent-dist-git-branches.md b/docs/fedora-releases-guide/non-divergent-dist-git-branches.md index 9404bfbf94..a170df45be 100644 --- a/docs/fedora-releases-guide/non-divergent-dist-git-branches.md +++ b/docs/fedora-releases-guide/non-divergent-dist-git-branches.md @@ -18,7 +18,7 @@ To prevent your dist-git branches from diverging, you can use the following `dis In this example, Packit runs the downstream synchronization process for the `rawhide` and `epel-9` branches as usual. Additionally, Packit opens a new pull request reusing the commit from `rawhide` for every `fedora-branched` branch, allowing it to be fast-forwarded when merging. -You can learn more about the `dist_git_branches` syntax for `propose_downstream` [here](docs/configuration/upstream/propose_downstream#optional-parameters) and for `pull_of_upstream` [here](docs/configuration/downstream/pull_from_upstream#optional-parameters). +You can learn more about the `dist_git_branches` syntax for `propose_downstream` [here](/docs/configuration/upstream/propose_downstream#optional-parameters) and for `pull_of_upstream` [here](/docs/configuration/downstream/pull_from_upstream#optional-parameters). :::warning How to Reconcile Divergent Branches