Skip to content

Commit

Permalink
Update URLs (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet authored Nov 28, 2023
1 parent c6aa4b3 commit 3b5690c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mozjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Rust bindings to SpiderMonkey

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

See https://github.com/servo/mozjs/blob/master/README.md for build instructions.
See https://github.com/servo/mozjs/blob/main/README.md for build instructions.
4 changes: 2 additions & 2 deletions mozjs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
//! taking advantage of Rust's memory safety. For more about the Spidermonkey API, see the
//! [API Reference][2] and the [User Guide][3] on MDN, and the [embedding examples][4] on GitHub.
//!
//! The code from User Guide sections [A minimal example](https://github.com/servo/mozjs/blob/master/mozjs/examples/minimal.rs) and
//! [Running scripts](https://github.com/servo/mozjs/blob/master/mozjs/examples/eval.rs) are also included.
//! The code from User Guide sections [A minimal example](https://github.com/servo/mozjs/blob/main/mozjs/examples/minimal.rs) and
//! [Running scripts](https://github.com/servo/mozjs/blob/main/mozjs/examples/eval.rs) are also included.
//!
//! [1]: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
//! [2]: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference
Expand Down

0 comments on commit 3b5690c

Please sign in to comment.