From fa4c9c0cdb0962830c7d15632c4b0adf9fcdf316 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 3 Dec 2008 13:13:43 -0800 Subject: [PATCH] Updating header links at the top of the Luminotes Desktop wiki page. --- view/Header.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/Header.py b/view/Header.py index 2944326..75fc370 100644 --- a/view/Header.py +++ b/view/Header.py @@ -18,8 +18,8 @@ class Header( Div ): Div( u"version", VERSION, u" | ", A( u"upgrade", href = u"http://luminotes.com/download?upgrade=True", target = "_new" ), u" | ", - A( u"support", href = u"http://luminotes.com/support", target = "_new" ), u" | ", - A( u"blog", href = u"http://luminotes.com/blog", target = "_new" ), + A( u"community", href = u"http://luminotes.com/community", target = "_new" ), u" | ", + A( u"blog", href = u"http://luminotes.com/blog/", target = "_new" ), class_ = u"header_links", ), class_ = u"wide_center_area",