aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2023-12-16 01:32:20 -0800
committerGitHub <noreply@github.com>2023-12-16 09:32:20 +0000
commite4aed3d06a8a1ef6e7af142f02be95ce2a3065cb (patch)
treeaa7de44aafc11b403ca78a636fd05fe0914a6e9e /components
parentccf0b739dfca312a65002c443fb09537aa27225b (diff)
downloadservo-e4aed3d06a8a1ef6e7af142f02be95ce2a3065cb.tar.gz
servo-e4aed3d06a8a1ef6e7af142f02be95ce2a3065cb.zip
Update branch name to main (#30877)
Diffstat (limited to 'components')
-rw-r--r--components/script/docs/JS-Servos-only-GC.md2
-rw-r--r--components/style/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/script/docs/JS-Servos-only-GC.md b/components/script/docs/JS-Servos-only-GC.md
index 95eb694bce6..9e2a8ea6d09 100644
--- a/components/script/docs/JS-Servos-only-GC.md
+++ b/components/script/docs/JS-Servos-only-GC.md
@@ -134,7 +134,7 @@ or a custom attribute `#[dom_struct]` which implies it.
Let's look at [Servo's implementation][document-rs] of the DOM's
[`Document`][document-mdn] interface:
-[document-rs]: https://github.com/servo/servo/blob/master/components/script/dom/document.rs
+[document-rs]: https://github.com/servo/servo/blob/main/components/script/dom/document.rs
[document-mdn]: https://developer.mozilla.org/en-US/docs/Web/API/document
```rust
diff --git a/components/style/README.md b/components/style/README.md
index 96457e1b30f..bdbe36e44c4 100644
--- a/components/style/README.md
+++ b/components/style/README.md
@@ -3,4 +3,4 @@ servo-style
Style system for Servo, using [rust-cssparser](https://github.com/servo/rust-cssparser) for parsing.
- * [Documentation](https://github.com/servo/servo/blob/master/docs/components/style.md).
+ * [Documentation](https://github.com/servo/servo/blob/main/docs/components/style.md).