From 177f419bc38b3c502b58612763932ba09ba7ceef Mon Sep 17 00:00:00 2001 From: Peter Z <75166987+Nitjsefnie@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:26:29 +0200 Subject: [PATCH] Fix dangling ToC anchors on dist-git-onboarding The hand-written table of contents linked #configuration-file and #monitoring-of-the-package, but the headings are '1. Configuration file' and '2. Monitoring of the package', which Docusaurus slugs as #1-configuration-file and #2-monitoring-of-the-package (verified against the rendered page). Point the two ToC entries at the real anchors. Fixes packit/packit.dev#1087. Co-Authored-By: Claude Fable 5 --- docs/fedora-releases-guide/dist-git-onboarding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fedora-releases-guide/dist-git-onboarding.md b/docs/fedora-releases-guide/dist-git-onboarding.md index 73c19d9177..b9591575c7 100644 --- a/docs/fedora-releases-guide/dist-git-onboarding.md +++ b/docs/fedora-releases-guide/dist-git-onboarding.md @@ -5,8 +5,8 @@ sidebar_position: 6 # Dist-git repository onboarding ## Table of contents - [Setup](#setup) - - [1. Configuration file](#configuration-file) - - [2. Monitoring](#monitoring-of-the-package) + - [1. Configuration file](#1-configuration-file) + - [2. Monitoring](#2-monitoring-of-the-package) - [How to try that for real](#how-to-try-that-for-real) - [UI](#ui) - [Retriggering](#retriggering)