From 73803fa780c8890e0b40cd01fbbd5362fbe4c9e0 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Fri, 22 Mar 2024 11:57:49 -0700 Subject: [PATCH] Update URLs (#916) --- README.md | 4 ++-- idna/tests/punycode_tests.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab31bffc6..99d5c2b77 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/idna/tests/punycode_tests.json b/idna/tests/punycode_tests.json index 86785b124..d7b2544c7 100644 --- a/idna/tests/punycode_tests.json +++ b/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": "" },