From 9d0a041efc1901919f9801e97efcfee421d9fb66 Mon Sep 17 00:00:00 2001 From: Guillaume Lelarge Date: Sun, 13 Aug 2017 18:41:38 +0200 Subject: [PATCH] Fix link to French docs --- pgweb/util/contexts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgweb/util/contexts.py b/pgweb/util/contexts.py index c3bf4a3a..680b683c 100644 --- a/pgweb/util/contexts.py +++ b/pgweb/util/contexts.py @@ -34,7 +34,7 @@ sitenav = { {'title': 'Documentation', 'link':'/docs/'}, {'title': 'Manuals', 'link':'/docs/manuals/', 'submenu': [ {'title': 'Archive', 'link':'/docs/manuals/archive/'}, - {'title': 'French', 'link':'http://docs.postgresqlfr.org/'}, + {'title': 'French', 'link':'https://docs.postgresql.fr/'}, {'title': 'Japanese', 'link':'http://www.postgresql.jp/document/'}, {'title': 'Russian', 'link':'https://postgrespro.ru/docs/postgresql'}, ]},