File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Rust bindings to SpiderMonkey
4
4
5
5
[ Documentation] ( https://doc.servo.org/mozjs/ )
6
6
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.
Original file line number Diff line number Diff line change 19
19
//! taking advantage of Rust's memory safety. For more about the Spidermonkey API, see the
20
20
//! [API Reference][2] and the [User Guide][3] on MDN, and the [embedding examples][4] on GitHub.
21
21
//!
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.
24
24
//!
25
25
//! [1]: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
26
26
//! [2]: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference
You can’t perform that action at this time.
0 commit comments