aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/docs/JS-Servos-only-GC.md
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/docs/JS-Servos-only-GC.md')
-rw-r--r--components/script/docs/JS-Servos-only-GC.md2
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