Skip to content

Commit

Permalink
Update URLs (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet committed Mar 22, 2024
1 parent 8e4331d commit 73803fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,6 +9,6 @@ rust-url

URL library for Rust, based on the [URL Standard](https://url.spec.whatwg.org/).

[Documentation](https://docs.rs/url/)
[Documentation](https://docs.rs/url)

Please see [UPGRADING.md](https://github.com/servo/rust-url/blob/master/UPGRADING.md) if you are upgrading from a previous version.
Please see [UPGRADING.md](https://github.com/servo/rust-url/blob/main/UPGRADING.md) if you are upgrading from a previous version.
2 changes: 1 addition & 1 deletion idna/tests/punycode_tests.json
@@ -1,6 +1,6 @@
[
{
"description": "These tests are copied from https://github.com/bestiejs/punycode.js/blob/master/tests/tests.js , used under the MIT license.",
"description": "These tests are copied from https://github.com/mathiasbynens/punycode.js/blob/main/tests/tests.js , used under the MIT license.",
"decoded": "",
"encoded": ""
},
Expand Down

0 comments on commit 73803fa

Please sign in to comment.