Fix link to Russian documentation
authorMagnus Hagander <magnus@hagander.net>
Thu, 8 Sep 2016 17:11:26 +0000 (19:11 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 8 Sep 2016 17:11:26 +0000 (19:11 +0200)
One link was updated and one missed in
df4a433b195a26393f82aad14d22147b9e63c069. This makes them consistent.

Pavel Luzanov

pgweb/util/contexts.py

index a633395987ca98dfc6c9ec91e21eaa999598a1b4..5d87d7e0e99a706cff7b16b07bdb10775d13d6f3 100644 (file)
@@ -36,7 +36,7 @@ sitenav = {
                        {'title': 'Archive',    'link':'/docs/manuals/archive/'},
                        {'title': 'French',     'link':'http://docs.postgresqlfr.org/'},
                        {'title': 'Japanese',   'link':'http://www.postgresql.jp/document/'},
-                       {'title': 'Russian',    'link':'https://postgrespro.ru/docs'},
+                       {'title': 'Russian',    'link':'https://postgrespro.ru/docs/postgresql'},
                ]},
                {'title': 'Security',           'link':'/support/security/'},
                {'title': 'What\'s New',        'link':'/docs/current/static/release.html'},