diff OrthancServer/main.cpp @ 2158:728403a6ec1f

fix link
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Nov 2016 17:40:41 +0100
parents 5a8840920121
children 262fcab24024
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Thu Nov 17 15:39:10 2016 +0100
+++ b/OrthancServer/main.cpp	Fri Nov 18 17:40:41 2016 +0100
@@ -914,7 +914,7 @@
   catch (OrthancException&)
   {
     LOG(ERROR) << "Unable to run the automated upgrade, please use the replication instructions: "
-               << "https://orthanc.chu.ulg.ac.be/book/users/replication.html";
+               << "http://book.orthanc-server.com//users/replication.html";
     throw;
   }