From 610a0aea0fe5288c8a66a248d4df022d1e19c769 Mon Sep 17 00:00:00 2001 From: Peter Thedens <pthedens@iastate.edu> Date: Sun, 12 Nov 2017 20:06:16 -0600 Subject: [PATCH] fix broken link --- ci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/README.md b/ci/README.md index 3a358d1ec..edd129cad 100644 --- a/ci/README.md +++ b/ci/README.md @@ -9,4 +9,4 @@ It runs [make](quad/Makefile) under the quad directory to build the project. ## Test Stage The test stage is defined by the [`ci-test.sh`](ci/ci-test.sh) file. -It runs [make test](quad/Makefile#36) under the quad directory to run the tests. +It runs [make test](quad/Makefile#L36) under the quad directory to run the tests. -- GitLab