From 08255a541d1666ca5f56995b5bbbc8bf6c7da958 Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Tue, 18 Oct 2022 11:32:18 -0500 Subject: [PATCH] Update broken link check URL and name --- .../examples/using-scripts-to-test-your-code-on-a-runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md b/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md index 082a529264..5acb7a4321 100644 --- a/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md +++ b/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md @@ -41,7 +41,7 @@ topics: ## Example workflow -{% data reusables.actions.example-docs-engineering-intro %} [`link-check-all.yml`](https://github.com/github/docs/blob/main/.github/workflows/link-check-all.yml). +{% data reusables.actions.example-docs-engineering-intro %} [`check-broken-links-github-github.yml`](https://github.com/github/docs/blob/e70e1c44d16a11f40923c7dfd6f7bf1d2ccc06d5/.github/workflows/check-broken-links-github-github.yml). {% data reusables.actions.note-understanding-example %}