diff Sphinx/source/faq/matlab.rst @ 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents 011b01ccf52d
children
line wrap: on
line diff
--- a/Sphinx/source/faq/matlab.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/matlab.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -22,7 +22,7 @@
 Using JSONlab, the following code will download and display a DICOM image::
 
   SERIES = 'ae164c84-e5bd0366-ba937a6d-65414092-f294d6b6';
-  URL = 'http://demo.orthanc-server.com/';
+  URL = 'https://orthanc.uclouvain.be/demo/';
 
   # Get information about the instances in this DICOM series
   instances = loadjson(urlread([ URL '/series/' SERIES '/instances' ]));
@@ -52,7 +52,7 @@
 Orthanc, then decode this DICOM file using Matlab/Octave::
 
   SERIES = 'ae164c84-e5bd0366-ba937a6d-65414092-f294d6b6';
-  URL = 'http://demo.orthanc-server.com/';
+  URL = 'https://orthanc.uclouvain.be/demo/';
 
   # Get information about the instances in this DICOM series
   instances = loadjson(urlread([ URL '/series/' SERIES '/instances' ]));