diff --git a/pgweb/util/contexts.py b/pgweb/util/contexts.py index c3bf4a3..86c0e56 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'}, ]},