mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Fix link to French docs
This commit is contained in:

committed by
Magnus Hagander

parent
c098608641
commit
9d0a041efc
@ -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'},
|
||||
]},
|
||||
|
Reference in New Issue
Block a user