]> git.joonet.de Git - adminer.git/commitdiff
Fix PostgreSQL doc root
authorJakub Vrana <jakub@vrana.cz>
Wed, 28 Aug 2019 08:31:12 +0000 (10:31 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 28 Aug 2019 08:31:12 +0000 (10:31 +0200)
adminer/include/editing.inc.php

index 9dea07190cad0e68a84fe6e52982aba14e9b56c5..ad666bf1282a2c4607a830e5d74024a4966fc97f 100644 (file)
@@ -531,7 +531,7 @@ function doc_link($paths, $text = "<sup>?</sup>") {
        $urls = array(
                'sql' => "https://dev.mysql.com/doc/refman/$version/en/",
                'sqlite' => "https://www.sqlite.org/",
-               'pgsql' => "https://www.postgresql.org/docs/$version/static/",
+               'pgsql' => "https://www.postgresql.org/docs/$version/",
                'mssql' => "https://msdn.microsoft.com/library/",
                'oracle' => "https://www.oracle.com/pls/topic/lookup?ctx=db" . preg_replace('~^.* (\d+)\.(\d+)\.\d+\.\d+\.\d+.*~s', '\1\2', $server_info) . "&id=",
        );