diff MySQL/Plugins/MySQLIndex.cpp @ 426:d700c8f9fc24

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 20:31:31 +0100
parents 91124cc8a8c7
children f4244c7e2725 ecd0b719cff5
line wrap: on
line diff
--- a/MySQL/Plugins/MySQLIndex.cpp	Mon Nov 13 20:37:04 2023 +0100
+++ b/MySQL/Plugins/MySQLIndex.cpp	Tue Nov 21 20:31:31 2023 +0100
@@ -237,7 +237,7 @@
         // to the LONGTEXT type (up to 4GB). This might be important
         // for applications such as the Osimis Web viewer that stores
         // large amount of metadata.
-        // http://book.orthanc-server.com/faq/features.html#central-registry-of-metadata-and-attachments
+        // https://orthanc.uclouvain.be/book/faq/features.html#central-registry-of-metadata-and-attachments
         t.GetDatabaseTransaction().ExecuteMultiLines("ALTER TABLE Metadata MODIFY value LONGTEXT");
         
         revision = 4;