From f08e589cd2e31480fb68efd461537abbccf632b8 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Sun, 28 Apr 2019 14:02:41 -0400 Subject: [PATCH] Footer links to ease readability --- docs/latest/contributing.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/latest/contributing.md b/docs/latest/contributing.md index 935b92909..122a310ac 100644 --- a/docs/latest/contributing.md +++ b/docs/latest/contributing.md @@ -28,11 +28,8 @@ the tips above will help ensure your changes are reviewed. OHIF uses [netlify](netlify.com) so that pull requests are autogenerated and available for testing. -For example, -[this url](https://deploy-preview-237--ohif.netlify.com/viewer/?url=https://s3.eu-central-1.amazonaws.com/ohif-viewer/sampleDICOM.json) -allows you to test -[pull request 237, the request that created this FAQ entry,](https://github.com/OHIF/Viewers/pull/237) -using data pulled from Amazon S3. +For example, [this url][example-url] allows you to test [pull request 237, the +request that created this FAQ entry,][pr-237] using data pulled from Amazon S3. Replacing the number 237 in the link below with your pull request number should let you test it as well and you can use this link for discussions on github @@ -48,3 +45,14 @@ the gitbook generated by the pull request: ``` https://deploy-preview-237--ohif.netlify.com/contributing.html ``` + + + + + +[example-url]: https://deploy-preview-237--ohif.netlify.com/viewer/?url=https://s3.eu-central-1.amazonaws.com/ohif-viewer/sampleDICOM.json +[pr-237]: https://github.com/OHIF/Viewers/pull/237 + +