Skip to content

Commit 4c5e62c

Browse files
committed
Fix broken links to Rhino
1 parent 1cae679 commit 4c5e62c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiki/Configuration-Options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ The `Generic.Debug.JSHint` sniff will check each JavaScript file using [JSHint](
263263
$ phpcs --config-set jshint_path /path/to/jshint.js
264264
```
265265
266-
As JSHint is just JavaScript code, you may also need to install [Rhino](http://www.mozilla.org/rhino/) to be able to execute it. Use the `rhino_path` configuration option to tell the JSHint sniff where to find the tool.
266+
As JSHint is just JavaScript code, you may also need to install [Rhino](https://rhino.github.io/) to be able to execute it. Use the `rhino_path` configuration option to tell the JSHint sniff where to find the tool.
267267
268268
```bash
269269
$ phpcs --config-set rhino_path /path/to/rhino
@@ -282,7 +282,7 @@ The `Squiz.Debug.JSLint` sniff will check each JavaScript file using [JSLint](ht
282282
$ phpcs --config-set jslint_path /path/to/jslint.js
283283
```
284284
285-
As JSLint is just JavaScript code, you may also need to install [Rhino](https://developer.mozilla.org/en-US/docs/Rhino) to be able to execute it. Use the `rhino_path` configuration option to tell the JSLint sniff where to find the tool.
285+
As JSLint is just JavaScript code, you may also need to install [Rhino](https://rhino.github.io/) to be able to execute it. Use the `rhino_path` configuration option to tell the JSLint sniff where to find the tool.
286286
287287
```bash
288288
$ phpcs --config-set rhino_path /path/to/rhino

0 commit comments

Comments
 (0)