Browse Source

Fix typo in changelog

Thibaut 12 năm trước cách đây
mục cha
commit
d1a6d425de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = [
   [ 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
     """ New <a href="/python/">Python</a> documentation """