Update branch name to main (#30877)

This commit is contained in:
Alex Touchet 2023-12-16 01:32:20 -08:00 committed by GitHub
parent ccf0b739df
commit e4aed3d06a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 19 additions and 19 deletions

View file

@ -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