Skip to content

Commit 1275c93

Browse files
committed
Wiki: fix broken links to Rhino
1 parent ad2ae7a commit 1275c93

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
@@ -283,7 +283,7 @@ The `Generic.Debug.JSHint` sniff will check each JavaScript file using [JSHint](
283283
$ phpcs --config-set jshint_path /path/to/jshint.js
284284
```
285285
286-
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.
286+
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.
287287
288288
```bash
289289
$ phpcs --config-set rhino_path /path/to/rhino
@@ -302,7 +302,7 @@ The `Squiz.Debug.JSLint` sniff will check each JavaScript file using [JSLint](ht
302302
$ phpcs --config-set jslint_path /path/to/jslint.js
303303
```
304304
305-
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.
305+
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.
306306
307307
```bash
308308
$ phpcs --config-set rhino_path /path/to/rhino

0 commit comments

Comments
 (0)