From 4b7e24a199211269b254b533b49f69a92cf3edb8 Mon Sep 17 00:00:00 2001 From: Cory Bennett Date: Wed, 3 Aug 2016 09:58:00 -0700 Subject: [PATCH] fix links --- t/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/README.md b/t/README.md index cd894a7..d6f734c 100644 --- a/t/README.md +++ b/t/README.md @@ -1,12 +1,12 @@ ## Tests -The test are written using the `osht` bash testing framework. Please read the (documentation)[https://github.com/coryb/osht/blob/master/README.md] for `osht`. +The test are written using the `osht` bash testing framework. Please read the [documentation](https://github.com/coryb/osht/blob/master/README.md) for `osht`. ## Setup These tests assume there is a jira service running at 127.0.0.1:8080 with user "gojira" and password "gojira123". There should also be a poweruser "admin" with password "admin123" -The test Jira was setup following the instructions (here)[https://github.com/cptactionhank/docker-atlassian-jira]. +The test Jira was setup following the instructions [here](https://github.com/cptactionhank/docker-atlassian-jira). ### build base docker image