Browse Source

PR445 [doc] Update Django version URL to exist

https://github.com/cloudera/hue/pull/445

It is just a really minor detail, but the current Django link takes to a 404
Changed the link to point to base Django URL that redirects to current version
Xavier Morera 9 năm trước cách đây
mục cha
commit
50cebf606d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -172,7 +172,7 @@ Main Stack
 Hue would not be possible without:
 
    * Python 2.6.5 - 2.7
-   * Django 1.6 (https://docs.djangoproject.com/en/1.6/)
+   * Django 1.6 (https://docs.djangoproject.com/)
    * Knockout.js (http://knockoutjs.com/)
    * jQuery (http://jquery.com/)
    * Bootstrap (http://getbootstrap.com/)