Преглед на файлове

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 години
родител
ревизия
50cebf6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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/)