aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/docs
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <mukilan@igalia.com>2025-03-28 15:53:41 +0530
committerGitHub <noreply@github.com>2025-03-28 10:23:41 +0000
commita925a02c4cbd42aca16256f77b0b352d13e3e63e (patch)
tree0ea89ad68386ea35b863329ef06c3895853ed251 /components/script/docs
parent4814e7f7428bc858d63bc7140e8e9ca7e00b6cf5 (diff)
downloadservo-a925a02c4cbd42aca16256f77b0b352d13e3e63e.tar.gz
servo-a925a02c4cbd42aca16256f77b0b352d13e3e63e.zip
doc: fix broken link to UnrootedMustRoot plugin (#36198)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Diffstat (limited to 'components/script/docs')
-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 9e2a8ea6d09..0666df14f45 100644
--- a/components/script/docs/JS-Servos-only-GC.md
+++ b/components/script/docs/JS-Servos-only-GC.md
@@ -334,7 +334,7 @@ the usual [warnings infrastructure][warnings], we can use the `allow` attribute
in places where it's okay to use `Dom<T>`, like DOM struct definitions and the
implementation of `Dom<T>` itself.
-[js-lint]: https://doc.servo.org/script_plugins/struct.UnrootedPass.html
+[js-lint]: https://github.com/servo/servo/blob/main/support/crown/src/unrooted_must_root.rs
[stack]: https://en.wikipedia.org/wiki/Stack-based_memory_allocation
[warnings]: https://doc.rust-lang.org/book/compiler-plugins.html#lint-plugins