# HG changeset patch # User Sebastien Jodogne # Date 1479487241 -3600 # Node ID 728403a6ec1fb6610befa48c4146d7542c2e76a9 # Parent f75611abd407a0655b1ccf29b631e19424d7bcae fix link diff -r f75611abd407 -r 728403a6ec1f OrthancServer/main.cpp --- 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; }