diff --git a/docs/problem-matchers.md b/docs/problem-matchers.md index e496b299..7fdf9229 100644 --- a/docs/problem-matchers.md +++ b/docs/problem-matchers.md @@ -133,7 +133,7 @@ Registering two problem-matchers with the same owner will result in only the pro Some of the starter actions are already using problem matchers, for example: - [setup-node](https://github.com/actions/setup-node/tree/main/.github) - [setup-python](https://github.com/actions/setup-python/tree/main/.github) -- [setup-go](https://github.com/actions/setup-go/tree/main/.github) +- [setup-go](https://github.com/actions/setup-go/blob/main/matchers.json) - [setup-dotnet](https://github.com/actions/setup-dotnet/tree/main/.github) ## Troubleshooting