changeset 2158:728403a6ec1f

fix link
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Nov 2016 17:40:41 +0100
parents f75611abd407
children 2f2de941dff7
files OrthancServer/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
   }