From 1f704225c31a6cde93ed4307a078598416e91316 Mon Sep 17 00:00:00 2001 From: Mike Lewis <76072290+mikeCRL@users.noreply.github.com> Date: Thu, 4 Dec 2025 22:34:57 -0500 Subject: [PATCH] Test PR (using mergeable example update) --- MarkdownGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MarkdownGuide.md b/MarkdownGuide.md index 15619dd9692..fdb000d442d 100644 --- a/MarkdownGuide.md +++ b/MarkdownGuide.md @@ -199,7 +199,7 @@ When linking to a versioned page from a non-versioned page (such as `cockroachcl When linking to a versioned page from a Technical Advisory (in `advisories`), hardcode the page version. -**Example:** [`debug.zip`]({% link v25.1/cockroach-debug-zip.md %}) +**Example:** [`debug.zip`]({% link v25.4/cockroach-debug-zip.md %}) ### Custom anchor links @@ -774,4 +774,4 @@ FIXME: Update example SQL commands {% endcomment %} ``` -Many popular code editors feature extensions that can highlight `TODO`s across the repository. One such extension is [Todo Highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight). \ No newline at end of file +Many popular code editors feature extensions that can highlight `TODO`s across the repository. One such extension is [Todo Highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight).