Skip to content

Commit 3b5690c

Browse files
authored
Update URLs (#431)
1 parent c6aa4b3 commit 3b5690c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mozjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Rust bindings to SpiderMonkey
44

55
[Documentation](https://doc.servo.org/mozjs/)
66

7-
See https://github.com/servo/mozjs/blob/master/README.md for build instructions.
7+
See https://github.com/servo/mozjs/blob/main/README.md for build instructions.

mozjs/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
//! taking advantage of Rust's memory safety. For more about the Spidermonkey API, see the
2020
//! [API Reference][2] and the [User Guide][3] on MDN, and the [embedding examples][4] on GitHub.
2121
//!
22-
//! The code from User Guide sections [A minimal example](https://github.com/servo/mozjs/blob/master/mozjs/examples/minimal.rs) and
23-
//! [Running scripts](https://github.com/servo/mozjs/blob/master/mozjs/examples/eval.rs) are also included.
22+
//! The code from User Guide sections [A minimal example](https://github.com/servo/mozjs/blob/main/mozjs/examples/minimal.rs) and
23+
//! [Running scripts](https://github.com/servo/mozjs/blob/main/mozjs/examples/eval.rs) are also included.
2424
//!
2525
//! [1]: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
2626
//! [2]: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference

0 commit comments

Comments
 (0)