diff OrthancFramework/Sources/Endianness.h @ 5432:59e3b6f8c5be

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:16:31 +0100
parents 0ea402b4d901
children 48b8dae6dc77
line wrap: on
line diff
--- a/OrthancFramework/Sources/Endianness.h	Tue Nov 21 10:32:42 2023 +0100
+++ b/OrthancFramework/Sources/Endianness.h	Tue Nov 21 18:16:31 2023 +0100
@@ -144,7 +144,7 @@
    * This alternative implementation only hid an underlying problem
    * with pointer alignment on some architectures, and was thus
    * reverted. Check out issue #99:
-   * https://bugs.orthanc-server.com/show_bug.cgi?id=99
+   * https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=99
    **/
   return (a << 8) | (a >> 8);
 }