diff --git a/docs/development.rst b/docs/development.rst index 941a8b5c9..868974179 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -136,8 +136,8 @@ Automated testing ~~~~~~~~~~~~~~~~~ All pull requests and merges to 'main' branch are tested using -`Azure Pipelines `_ (configured by -``azure-pipelines.yml`` file at the root of the repository). You can find the status and results to the CI runs for your +`GitHub Actions `_ (configured by +``.github/workflows/check.yaml`` file at the root of the repository). You can find the status and results to the CI runs for your PR on GitHub's Web UI for the pull request. You can also find links to the CI services' pages for the specific builds in the form of "Details" links, in case the CI run fails and you wish to view the output.