# HG changeset patch # User Sebastien Jodogne # Date 1628675332 -7200 # Node ID c0c12b3974b2184f890200d4b89135e298597333 # Parent 7ec461718edbcbb7fa31cbfe3b5f7d76f69f8dae fix URLs to the old repositories diff -r 7ec461718edb -r c0c12b3974b2 PostgreSQL/Plugins/PostgreSQLIndex.cpp --- 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 { diff -r 7ec461718edb -r c0c12b3974b2 README --- 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