Bladeren bron

Update URLs (#916)

Alex Touchet 2 jaren geleden
bovenliggende
commit
73803fa780
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 2 2
      README.md
  2. 1 1
      idna/tests/punycode_tests.json

+ 2 - 2
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.

+ 1 - 1
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": ""
 },