changeset 336:c0c12b3974b2

fix URLs to the old repositories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Aug 2021 11:48:52 +0200
parents 7ec461718edb
children 8f109cfbfc5d
files PostgreSQL/Plugins/PostgreSQLIndex.cpp README
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.cpp	Wed Aug 11 11:07:55 2021 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.cpp	Wed Aug 11 11:48:52 2021 +0200
@@ -155,7 +155,7 @@
            * performance for "strict" searches (i.e. searches involving
            * no wildcard).
            * https://www.postgresql.org/docs/current/static/pgtrgm.html
-           * https://bitbucket.org/sjodogne/orthanc/issues/47/index-improvements-for-pg-plugin
+           * https://bugs.orthanc-server.com/show_bug.cgi?id=47
            **/
           try
           {
--- a/README	Wed Aug 11 11:07:55 2021 +0200
+++ b/README	Wed Aug 11 11:48:52 2021 +0200
@@ -23,7 +23,7 @@
 (.tar.gz) focused on one given RDBMS, you will only find the folders
 that are related to this specific RDBMS. The full source code is
 available at:
-https://bitbucket.org/sjodogne/orthanc-databases/
+https://hg.orthanc-server.com/orthanc-databases/
 
 
 Compilation and usage
@@ -44,7 +44,7 @@
 
 Releases <= 2.1 of the PostgreSQL plugins can still be found in the
 following legacy repository:
-https://bitbucket.org/sjodogne/orthanc-postgresql/
+https://hg.orthanc-server.com/orthanc-postgresql/
 
 
 Licensing