Skip to content

docs: fix broken anchor link in Workflow Automation Test and Debug page#37128

Open
vishalranaut wants to merge 1 commit into
DataDog:masterfrom
vishalranaut:patch-1
Open

docs: fix broken anchor link in Workflow Automation Test and Debug page#37128
vishalranaut wants to merge 1 commit into
DataDog:masterfrom
vishalranaut:patch-1

Conversation

@vishalranaut
Copy link
Copy Markdown

@vishalranaut vishalranaut commented May 31, 2026

docs: fix broken reference link on Workflow Automation Test and Debug page


Problem

The actions/workflows/test_and_debug page contains this reference link definition at the bottom of the file:

[6]: #test-expressions-and-functions

This anchor (#test-expressions-and-functions) does not exist anywhere on this page. When a user clicks the link:

"For more information, see [Test expressions and functions][6]."

...it goes nowhere.

Fix

Updated reference [6] to point to the correct Expressions page:

Before:

[6]: #test-expressions-and-functions

After:

[6]: /actions/workflows/expressions/

File changed: content/en/actions/workflows/test_and_debug.md


Checklist

  • Docs only change — no source code modified
  • Verified /actions/workflows/expressions/ is the correct destination page
  • Link text in the page body is unchanged
  • No other lines were modified

@vishalranaut vishalranaut requested a review from a team as a code owner May 31, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant