Browse Source

Fix typo in changelog

Thibaut 12 years ago
parent
commit
d1a6d425de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/javascripts/templates/pages/news_tmpl.coffee

+ 1 - 1
assets/javascripts/templates/pages/news_tmpl.coffee

@@ -25,7 +25,7 @@ newsItem = (date, news) ->
 
 
 app.news = [
 app.news = [
   [ 1386892800000, # December 13, 2013
   [ 1386892800000, # December 13, 2013
-    """ New <a href="/git/">Git</a> and <a href="/git/">Redis</a> documentations """
+    """ New <a href="/git/">Git</a> and <a href="/redis/">Redis</a> documentations """
   ], [
   ], [
     1385424000000, # November 26, 2013
     1385424000000, # November 26, 2013
     """ New <a href="/python/">Python</a> documentation """
     """ New <a href="/python/">Python</a> documentation """