diff OrthancFramework/Sources/HttpServer/HttpOutput.cpp @ 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 d9942d48fea7
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpServer/HttpOutput.cpp	Tue Jan 26 17:57:09 2021 +0100
+++ b/OrthancFramework/Sources/HttpServer/HttpOutput.cpp	Tue Jan 26 18:25:52 2021 +0100
@@ -538,7 +538,7 @@
      * Full history is available at the following locations:
      * - In changeset 2248:69b0f4e8a49b:
      *   # hg history -v -r 2248
-     * - https://bitbucket.org/sjodogne/orthanc/issues/54/
+     * - https://bugs.orthanc-server.com/show_bug.cgi?id=54
      * - https://groups.google.com/d/msg/orthanc-users/65zhIM5xbKI/TU5Q1_LhAwAJ
      **/
     std::string tmp;
@@ -560,7 +560,7 @@
      * within the encapsulations, and must be no longer than 70
      * characters, not counting the two leading hyphens."
      * https://tools.ietf.org/html/rfc1521
-     * https://bitbucket.org/sjodogne/orthanc/issues/165/
+     * https://bugs.orthanc-server.com/show_bug.cgi?id=165
      **/
     if (boundary.size() != 36 + 1 + 36)  // one UUID contains 36 characters
     {