diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-11-04 15:58:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 15:58:27 -0500 |
commit | 8035679858eaf50ba68ac134efa02a969ec93de5 (patch) | |
tree | 7d067798fb70d08535d5e815673f3177d98a3451 | |
parent | 0f5325d0a7e9b3039c7d5b5f9de5cd2511207d9a (diff) | |
parent | fefd06da021c4a0a59ddb431a9d3f183698d4986 (diff) | |
download | servo-8035679858eaf50ba68ac134efa02a969ec93de5.tar.gz servo-8035679858eaf50ba68ac134efa02a969ec93de5.zip |
Auto merge of #19116 - servo:cla-doc-link, r=KiChjang
Fix dead link in COMMAND_LINE_ARGS.md
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19116)
<!-- Reviewable:end -->
-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 b8898e3f4f4..628013e51f2 100644 --- a/docs/COMMAND_LINE_ARGS.md +++ b/docs/COMMAND_LINE_ARGS.md @@ -18,7 +18,7 @@ e.g. To enable `flex` and `flex-direction` css properties: ./mach run -d -- --pref layout.flex.enabled --pref layout.flex-direction.enabled ... ``` -You can find all the available preferences at [resources/prefs.json](http://mxr.mozilla.org/servo/source/resources/prefs.json). +You can find all the available preferences at [resources/prefs.json](https://dxr.mozilla.org/servo/source/resources/prefs.json). # Debugging ## Remote Debugging |