witten
/
luminotes
Archived
1
0
Fork 0

Updating header links at the top of the Luminotes Desktop wiki page.

This commit is contained in:
Dan Helfman 2008-12-03 13:13:43 -08:00
parent cfdd666c5f
commit fa4c9c0cdb
1 changed files with 2 additions and 2 deletions

View File

@ -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",