diff --git a/doc/api/punycode.markdown b/doc/api/punycode.markdown index 2de93213be713a..12086f3e224be4 100644 --- a/doc/api/punycode.markdown +++ b/doc/api/punycode.markdown @@ -2,9 +2,9 @@ Stability: 2 - Unstable -[Punycode.js](http://mths.be/punycode) is bundled with Node.js v0.6.2+. Use -`require('punycode')` to access it. (To use it with other Node.js versions, -use npm to install the `punycode` module first.) +[Punycode.js](https://mths.be/punycode) is bundled with io.js v1.0.0+ and +Node.js v0.6.2+. Use `require('punycode')` to access it. (To use it with +other Node.js versions, use npm to install the `punycode` module first.) ## punycode.decode(string)