Merge pull request #584 from Morikko/update-jslint-link

Update JSLint broken link in codingguidelines #583
This commit is contained in:
Morris Jobke 2017-10-30 09:16:47 +01:00 committed by GitHub
commit 9d178cf2c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 **;**