From b6d6ee3db3c4079c7781e3245c4f8849eb9faf9f Mon Sep 17 00:00:00 2001 From: Moira Dillon Date: Thu, 22 Oct 2020 10:46:21 -0700 Subject: [PATCH] Update setup.md (#383) --- docs/development/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/setup.md b/docs/development/setup.md index 3a4f6e69c9..2e2ae69d9a 100644 --- a/docs/development/setup.md +++ b/docs/development/setup.md @@ -24,7 +24,7 @@ - Go to Tools->Options->HTTPS on fiddler. Click protocols and add "tls1.2" to the list of protocols. ![Fiddler Config Image](/docs/images/FiddlerConfig.png) -- Download DCM example file from [here](/docs/dcms/RedTriangle.dcm) +- Download DCM example file from [here](/docs/dcms) - Upload DCM file - Use `Upload file...` link at request body section as shown in picture below - Located in `Parsed` tab inside the `Composer` tab @@ -48,4 +48,4 @@ ```http GET https://localhost:63838/studies accept: application/dicom+json -``` \ No newline at end of file +```