From 2f55c8363c2ced178651ebdeae4b040cb718bb05 Mon Sep 17 00:00:00 2001 From: John Huddleston Date: Mon, 24 Jun 2024 09:42:05 -0700 Subject: [PATCH] Fix broken link to CI workflow Fixes a broken link to the repo's CI workflow by replacing a title-based link reference with a standard Markdown link. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a13844d..36bb38ef 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ script and build stage in the Dockerfile. ### Continuous integration -Every push to this repository triggers a new build of the image [a GitHub Actions workflow][]. This helps ensure the image builds successfully with the new commits. +Every push to this repository triggers a new build of the image with [a GitHub Actions workflow](https://github.com/nextstrain/docker-base/actions/workflows/ci.yml). This helps ensure the image builds successfully with the new commits. Images built from the `master` branch are additionally pushed to the [Docker registry][`nextstrain/base`]. The build instructions used by the workflow are in @@ -204,5 +204,4 @@ in `./devel/clean`. [multi-stage build]: https://docs.docker.com/develop/develop-images/multistage-build/ [Docker best practices]: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ [Dockerfile reference documentation]: https://docs.docker.com/engine/reference/builder/ -[GitHub Actions]: https://github.com/nextstrain/docker-base/actions/workflows/ci.yml [Cram]: https://bitheap.org/cram/