diff options
author | Alex Touchet <alextouchet@outlook.com> | 2023-12-16 01:32:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 09:32:20 +0000 |
commit | e4aed3d06a8a1ef6e7af142f02be95ce2a3065cb (patch) | |
tree | aa7de44aafc11b403ca78a636fd05fe0914a6e9e /docs | |
parent | ccf0b739dfca312a65002c443fb09537aa27225b (diff) | |
download | servo-e4aed3d06a8a1ef6e7af142f02be95ce2a3065cb.tar.gz servo-e4aed3d06a8a1ef6e7af142f02be95ce2a3065cb.zip |
Update branch name to main (#30877)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING_QUICKSTART.md | 2 | ||||
-rw-r--r-- | docs/components/style.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md index 2ca48d0cccb..1c811d45364 100644 --- a/docs/HACKING_QUICKSTART.md +++ b/docs/HACKING_QUICKSTART.md @@ -357,7 +357,7 @@ In some cases, extensive tests for the feature you're working on already exist u - Make a release build - run `./mach test-wpt --release --log-raw=/path/to/some/logfile` -- run [`update-wpt` on it](https://github.com/servo/servo/blob/master/tests/wpt/README.md#updating-test-expectations) +- run [`update-wpt` on it](https://github.com/servo/servo/blob/main/tests/wpt/README.md#updating-test-expectations) This may create a new commit with changes to expectation ini files. If there are lots of changes, it's likely that your feature had tests in wpt already. diff --git a/docs/components/style.md b/docs/components/style.md index 161f490f935..a54482ad34c 100644 --- a/docs/components/style.md +++ b/docs/components/style.md @@ -148,6 +148,6 @@ that you didn't find it here so it can be added :) [selectors-rule]: https://doc.servo.org/style/stylist/struct.Rule.html [per-pseudo-selectormap]: https://doc.servo.org/style/selector_parser/struct.PerPseudoElementMap.html [per-origin-selectormap]: https://doc.servo.org/style/stylist/struct.PerOriginSelectorMap.html -[docs-pipeline]: https://github.com/servo/servo/blob/master/docs/glossary.md#pipeline +[docs-pipeline]: https://github.com/servo/servo/blob/main/docs/glossary.md#pipeline [properties-module]: https://doc.servo.org/style/properties/index.html [properties-cascade-fn]: https://doc.servo.org/style/properties/fn.cascade.html |