From a1168444a7053f11b18bb1f04606f812125e4409 Mon Sep 17 00:00:00 2001 From: j-u-e-f <46194606+j-u-e-f@users.noreply.github.com> Date: Thu, 18 Jun 2020 16:58:37 +0300 Subject: [PATCH] fix a link to ci.yaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba1879..64eebb5 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ language of your choice. ### CI -The CI is configured in the [ci.yaml file](./github/workflows/ci.yaml). By +The CI is configured in the [ci.yaml file](./.github/workflows/ci.yaml). By containerizing the toolchain, the CI relies on the toolchain we defined in the Dockerfile and doesn't require any custom setup.