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 /components/script/docs | |
parent | ccf0b739dfca312a65002c443fb09537aa27225b (diff) | |
download | servo-e4aed3d06a8a1ef6e7af142f02be95ce2a3065cb.tar.gz servo-e4aed3d06a8a1ef6e7af142f02be95ce2a3065cb.zip |
Update branch name to main (#30877)
Diffstat (limited to 'components/script/docs')
-rw-r--r-- | components/script/docs/JS-Servos-only-GC.md | 2 |
1 files changed, 1 insertions, 1 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 |