diff --git a/docs/src/ci-intro.md b/docs/src/ci-intro.md index fc088d2b62..b847cda90a 100644 --- a/docs/src/ci-intro.md +++ b/docs/src/ci-intro.md @@ -161,7 +161,7 @@ jobs: run: dotnet test ``` -If this doesn't make sense to you, give GitHub's [Understanding GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions) guide a read. +To learn more about this, see ["Understanding GitHub Actions"](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions). Looking at the list of steps in `jobs.test.steps`, you can see that the workflow performs these steps: