From 8de9ba27f43b0edf0ce15fd1dd06cea7de63d0b8 Mon Sep 17 00:00:00 2001
From: Charlie Moore <moore.c@wustl.edu>
Date: Fri, 16 Sep 2016 19:44:20 +0000
Subject: [PATCH] XNAT-4523: Point DicomEdit doc link to wiki instead of
 nrgsite

---
 .../META-INF/xnat/spawner/site-admin-elements.yaml          | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml b/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml
index 99636d6b..cb10ac0b 100644
--- a/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml
+++ b/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml
@@ -1033,8 +1033,8 @@ sessionBuilder:
             placeholder: Time in minutes
             afterElement: <span class="after">minutes</span>
             description: >
-                This tells the system how long a DICOM session should sit idle—that is, with no new data added to the
-                session—before attempting to build a session document from the DICOM data. This value is specified in
+                This tells the system how long a DICOM session should sit idle—that is, with no new data added to the
+                session—before attempting to build a session document from the DICOM data. This value is specified in
                 minutes and defaults to 5 minutes.
 
 anonymization:
@@ -1057,7 +1057,7 @@ anonymization:
             label: "Edit Anonymization Script"
             code: text
             description: >
-                This is the site-wide anonymization script applied to all incoming and archiving DICOM resources. This script can also be supplemented by anonymization operations specified at the project level. The script must conform to <a href="http://nrg.wustl.edu/software/dicomedit/dicomedit-reference/" target="_blank">DicomEdit</a> format.<br><br>Note that if the site-wide anonymization is enabled, even with an empty script, it will add a deidentification method status entry to DICOM headers. To allow DICOM files to be imported without any changes, disable site-wide anonymization.
+                This is the site-wide anonymization script applied to all incoming and archiving DICOM resources. This script can also be supplemented by anonymization operations specified at the project level. The script must conform to <a href="https://wiki.xnat.org/display/XTOOLS/DicomEdit" target="_blank">DicomEdit</a> format.<br><br>Note that if the site-wide anonymization is enabled, even with an empty script, it will add a deidentification method status entry to DICOM headers. To allow DICOM files to be imported without any changes, disable site-wide anonymization.
 
 seriesImportFilter:
     kind: panel.form
-- 
GitLab