From 80f2a53e6d94fb0642ec52638f20cbd7f9747d02 Mon Sep 17 00:00:00 2001
From: Steve Kessler <steve@denverdataman.com>
Date: Sun, 5 Jun 2016 16:02:29 -0600
Subject: [PATCH] Update testing.md (#6)

Fixed image paths.  I think.
---
 docs/testing.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/testing.md b/docs/testing.md
index b3fbfb36..2dace814 100644
--- a/docs/testing.md
+++ b/docs/testing.md
@@ -25,11 +25,11 @@ In order to reproduce the bug you can reproduce the issue in the appropraite [Ci
 
 CiviCRM uses a system called Jenkins to do out automated testing. To get to Jenkins results for a specific PR click *Show all checks* and then *Details*. 
 
-![Jenkins Show Results](/img/Jenkis_Show_Results.png)
+![Jenkins Show Results](img/Jenkis_Show_Results.png)
 
 When Jenkins runs the tests, it also setups a test site that will be available for aproximately one week. To find the link to the site click "Console Output" on the left hand menu. Click "Full Log" at the top of the page and then you can search for *CMS_URL* in the output. 
 
-![CMS_URL Example](/img/CMS_URL.png) 
+![CMS_URL Example](img/CMS_URL.png) 
 
 There are multiple times that CMS_URL is in the log output.  
 
-- 
GitLab