From fe0d43d192e5e8495ef1a16d827e83440e6b779b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Feb 2026 22:36:05 +0000 Subject: [PATCH] fix(docs): update TESTING.md link to DOCS-TESTING.md in DOCS-CONTRIBUTING.md Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --- DOCS-CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS-CONTRIBUTING.md b/DOCS-CONTRIBUTING.md index 402362c3b..b1cfd8fe7 100644 --- a/DOCS-CONTRIBUTING.md +++ b/DOCS-CONTRIBUTING.md @@ -9,7 +9,7 @@ Ready to contribute? 2. [Fork and clone](#fork-and-clone-influxdata-documentation-repository) this repository 3. [Install dependencies](#development-environment-setup) (Node.js, Yarn, Docker) 4. Make your changes following [style guidelines](#making-changes) -5. [Test your changes](TESTING.md) (pre-commit and pre-push hooks run automatically) +5. [Test your changes](DOCS-TESTING.md) (pre-commit and pre-push hooks run automatically) 6. [Submit a pull request](#submission-process) For detailed setup and reference information, see the sections below. @@ -362,7 +362,7 @@ yarn test:links content/influxdb3/core/**/*.md .ci/vale/vale.sh content/**/*.md ``` -For comprehensive testing information, including code block testing, link validation, style linting, and advanced testing procedures, see **[TESTING.md](TESTING.md)**. +For comprehensive testing information, including code block testing, link validation, style linting, and advanced testing procedures, see **[DOCS-TESTING.md](DOCS-TESTING.md)**. ---