diff OrthancServer/main.cpp @ 2160:2f2de941dff7

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 20 Nov 2016 21:45:43 +0100
parents 728403a6ec1f
children 262fcab24024
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Sun Nov 20 21:45:24 2016 +0100
+++ b/OrthancServer/main.cpp	Sun Nov 20 21:45:43 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;
   }