diff OrthancFramework/Sources/Endianness.h @ 4476:c1f36fd13730

migrate remaining links to issues in bitbucket to mercurial server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 18:25:52 +0100
parents d9473bd5ed43
children 7053502fbf97
line wrap: on
line diff
--- a/OrthancFramework/Sources/Endianness.h	Tue Jan 26 17:57:09 2021 +0100
+++ b/OrthancFramework/Sources/Endianness.h	Tue Jan 26 18:25:52 2021 +0100
@@ -143,7 +143,7 @@
    * This alternative implementation only hid an underlying problem
    * with pointer alignment on some architectures, and was thus
    * reverted. Check out issue #99:
-   * https://bitbucket.org/sjodogne/orthanc/issues/99
+   * https://bugs.orthanc-server.com/show_bug.cgi?id=99
    **/
   return (a << 8) | (a >> 8);
 }