From 9ccaf471c85fff8aa686252dfa1372ca3b02dbd4 Mon Sep 17 00:00:00 2001 From: simpleqt <89645338+simpleqt@users.noreply.github.com> Date: Sun, 23 Aug 2026 14:11:37 +0800 Subject: [PATCH] docs: make Table of Contents a real heading so its anchor works The intro links to #table-of-contents but the ToC title was bold text (**Table of Contents**), which GitHub does not anchor; use an h2. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5b41c2f47..26563ce810 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ Use this checklist to stay on track for your first code PR: - **Sign the CLA** — A [Contributor Licence Agreement (CLA)](https://cla-assistant.io/deepset-ai/haystack) is required for all contributions. Sign when prompted so your PR is ready for review (see [CLA](#contributor-licence-agreement-cla)). - **Once the PR is open** — Fix any [CI](#ci-continuous-integration) failures and address review feedback. -**Table of Contents** +## Table of Contents - [Contributing to Haystack](#contributing-to-haystack) - [Your first PR — high-level to-do list](#your-first-pr--high-level-to-do-list)