diff OrthancServer/Sources/main.cpp @ 5433:38403e13c1ca

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:22:49 +0100
parents 59e3b6f8c5be
children 9ffd6d18daf3
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Tue Nov 21 18:16:31 2023 +0100
+++ b/OrthancServer/Sources/main.cpp	Tue Nov 21 18:22:49 2023 +0100
@@ -1985,7 +1985,7 @@
           MemoryStorageArea inMemoryStorage;
           ServerContext context(inMemoryDatabase, inMemoryStorage, true /* unit testing */, 0 /* max completed jobs */);
           OrthancRestApi restApi(context, false /* no Orthanc Explorer */);
-          restApi.GenerateReStructuredTextCheatSheet(cheatsheet, "https://api.orthanc-server.com/index.html");
+          restApi.GenerateReStructuredTextCheatSheet(cheatsheet, "https://orthanc.uclouvain.be/api/index.html");
           context.Stop();
         }