Mercurial > hg > orthanc
diff OrthancServer/Plugins/Engine/OrthancPlugins.cpp @ 5432:59e3b6f8c5be
migration to UCLouvain servers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Nov 2023 18:16:31 +0100 |
parents | 1a351a141653 |
children | 8345267e8de5 |
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPlugins.cpp Tue Nov 21 10:32:42 2023 +0100 +++ b/OrthancServer/Plugins/Engine/OrthancPlugins.cpp Tue Nov 21 18:16:31 2023 +0100 @@ -4328,7 +4328,7 @@ { // Fix issue 168 (Plugins can't read private tags from the // configuration file) - // https://bugs.orthanc-server.com/show_bug.cgi?id=168 + // https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=168 std::string privateCreator; if (privateCreatorC == NULL) @@ -4632,7 +4632,7 @@ { // Fix issue 168 (Plugins can't read private tags from the // configuration file) - // https://bugs.orthanc-server.com/show_bug.cgi?id=168 + // https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=168 std::string privateCreator; { OrthancConfiguration::ReaderLock lock;