From 98860f8aaaafbcbe2a81c795e10e7654c7cd878f Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 24 Sep 2012 22:17:02 -0400 Subject: [PATCH] "What's New" link on Documentation navigations should point to the 9.2 releases notes --- 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 bd01c6f..826a2cb 100644 --- a/pgweb/util/contexts.py +++ b/pgweb/util/contexts.py @@ -38,7 +38,7 @@ sitenav = { {'title': 'Japanese', 'link':'http://www.postgresql.jp/document/'}, ]}, {'title': 'Security', 'link':'/support/security/'}, - {'title': 'What\'s New', 'link':'/docs/9.1/static/release-9-1.html'}, + {'title': 'What\'s New', 'link':'/docs/9.2/static/release-9-2.html'}, {'title': 'FAQ', 'link':'http://wiki.postgresql.org/wiki/Category:FAQ'}, {'title': 'Books', 'link':'/docs/books/'}, {'title': 'Wiki', 'link':'http://wiki.postgresql.org'}, -- 1.7.9.6 (Apple Git-31.1)