From 75f50acda8c8979a7d9fd268a155cb57cfa5697d Mon Sep 17 00:00:00 2001 From: Divyanshu Agrawal Date: Fri, 15 Oct 2021 19:02:47 +0530 Subject: [PATCH] docs: Fix link to experimental CLI prefs list Fixes: #28612. Signed-off-by: Divyanshu Agrawal --- docs/COMMAND_LINE_ARGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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