From e4aed3d06a8a1ef6e7af142f02be95ce2a3065cb Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sat, 16 Dec 2023 01:32:20 -0800 Subject: Update branch name to main (#30877) --- components/script/docs/JS-Servos-only-GC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/docs/JS-Servos-only-GC.md') 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 -- cgit v1.2.3