Skip to content

Commit baa6683

Browse files
committed
Update repo URL
1 parent efd0776 commit baa6683

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This JavaScript library is the result of comparing, optimizing and documenting d
1212

1313
This project was [bundled](https://github.com/joyent/node/blob/master/lib/punycode.js) with Node.js from [v0.6.2+](https://github.com/joyent/node/compare/975f1930b1...61e796decc) until [v7](https://github.com/nodejs/node/pull/7941) (soft-deprecated).
1414

15-
This project provides a CommonJS module that uses ES2015+ features and JavaScript module, which work in modern Node.js versions and browsers. For the old Punycode.js version that offers the same functionality in a UMD build with support for older pre-ES2015 runtimes, including Rhino, Ringo, and Narwhal, see [v1.4.1](https://github.com/bestiejs/punycode.js/releases/tag/v1.4.1).
15+
This project provides a CommonJS module that uses ES2015+ features and JavaScript module, which work in modern Node.js versions and browsers. For the old Punycode.js version that offers the same functionality in a UMD build with support for older pre-ES2015 runtimes, including Rhino, Ringo, and Narwhal, see [v1.4.1](https://github.com/mathiasbynens/punycode.js/releases/tag/v1.4.1).
1616

1717
## Installation
1818

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
],
3232
"repository": {
3333
"type": "git",
34-
"url": "https://github.com/bestiejs/punycode.js.git"
34+
"url": "https://github.com/mathiasbynens/punycode.js.git"
3535
},
36-
"bugs": "https://github.com/bestiejs/punycode.js/issues",
36+
"bugs": "https://github.com/mathiasbynens/punycode.js/issues",
3737
"files": [
3838
"LICENSE-MIT.txt",
3939
"punycode.js",

tests/tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const testData = {
7878
* `b1abfaaepdrnnbgefbaDotcwatmq2g4l`
7979
* Without mixed-case annotation it has to encode to:
8080
* `b1abfaaepdrnnbgefbadotcwatmq2g4l`
81-
* https://github.com/bestiejs/punycode.js/issues/3
81+
* https://github.com/mathiasbynens/punycode.js/issues/3
8282
*/
8383
{
8484
'description': 'Russian (Cyrillic)',
@@ -178,7 +178,7 @@ const testData = {
178178
'decoded': 'ma\xF1ana.com',
179179
'encoded': 'xn--maana-pta.com'
180180
},
181-
{ // https://github.com/bestiejs/punycode.js/issues/17
181+
{ // https://github.com/mathiasbynens/punycode.js/issues/17
182182
'decoded': 'example.com.',
183183
'encoded': 'example.com.'
184184
},

0 commit comments

Comments
 (0)