summaryrefslogtreecommitdiffstats
path: root/_testing
diff options
context:
space:
mode:
Diffstat (limited to '_testing')
-rwxr-xr-x_testing/travis/extract-artefacts.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/travis/extract-artefacts.zsh b/_testing/travis/extract-artefacts.zsh
index f383536..98bd34b 100755
--- a/_testing/travis/extract-artefacts.zsh
+++ b/_testing/travis/extract-artefacts.zsh
@@ -18,7 +18,7 @@ git config credential.helper store
git rm -qrf .
echo "This branch stores the travis-ci results for $TRAVIS_REPO_SLUG
-See [the testing read-me](../gh-pages/_testing/) for details." > README.markdown
+See [the testing read-me](../master/_testing/) for details." > README.markdown
pushd ..
MARKDOWN_REPORT=1 ./_testing/report-test.zsh >> artefacts/README.markdown
popd