소스 검색

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 년 전
부모
커밋
50cebf606d
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/)