Update JSLint broken link in codingguidelines #583

This commit is contained in:
Morikko 2017-10-27 17:11:38 +02:00 committed by Morris Jobke
parent 76d05f9800
commit 366e6e7e73
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -250,7 +250,7 @@ with ``Data``.
JavaScript
----------
In general take a look at `JSLint <http://www.jslint.com/lint.html>`_ without the whitespace rules.
In general take a look at `JSLint <http://www.jslint.com>`_ without the whitespace rules.
* Use a :file:`js/main.js` or :file:`js/app.js` where your program is started
* Complete every statement with a **;**