projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b98593
)
Fix link to Russian documentation
author
Magnus Hagander
<magnus@hagander.net>
Thu, 8 Sep 2016 17:11:26 +0000
(19:11 +0200)
committer
Magnus 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
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/util/contexts.py
b/pgweb/util/contexts.py
index a633395987ca98dfc6c9ec91e21eaa999598a1b4..5d87d7e0e99a706cff7b16b07bdb10775d13d6f3 100644
(file)
--- a/
pgweb/util/contexts.py
+++ b/
pgweb/util/contexts.py
@@
-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'},