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
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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments