diff options
Diffstat (limited to 'docs/COMMAND_LINE_ARGS.md')
-rw-r--r-- | docs/COMMAND_LINE_ARGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COMMAND_LINE_ARGS.md b/docs/COMMAND_LINE_ARGS.md index a13d541a218..662c1a4df37 100644 --- a/docs/COMMAND_LINE_ARGS.md +++ b/docs/COMMAND_LINE_ARGS.md @@ -18,7 +18,7 @@ e.g. To enable Web VR and Bluetooth features: ./mach run -d -- --pref dom.webvr.enabled --pref dom.bluetooth.enabled ... ``` -You can find all the available preferences at [resources/prefs.json](https://dxr.mozilla.org/servo/source/resources/prefs.json). +You can find all the available preferences at [resources/prefs.json](../resources/prefs.json). # Debugging ## Remote Debugging |