From: Steve Mao Date: Thu, 10 Mar 2016 10:40:19 +0000 (+1100) Subject: doc: fix markdown links X-Git-Tag: v4.4.1~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cae5da2f0a29b1578cde61440c49b9db2059fda1;p=platform%2Fupstream%2Fnodejs.git doc: fix markdown links Fixes: https://github.com/nodejs/node/issues/5322 PR-URL: https://github.com/nodejs/node/pull/5641 Reviewed-By: Robert Lindstädt Reviewed-By: Evan Lucas Reviewed-By: Roman Reiss --- diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index 2e3d36d..3d7d896 100644 --- a/doc/api/crypto.markdown +++ b/doc/api/crypto.markdown @@ -826,7 +826,7 @@ recent OpenSSL releases, `openssl list-cipher-algorithms` will display the available cipher algorithms. The `password` is used to derive the cipher key and initialization vector (IV). -The value must be either a `'binary'` encoded string or a [`Buffer`[]. +The value must be either a `'binary'` encoded string or a [`Buffer`][]. The implementation of `crypto.createCipher()` derives keys using the OpenSSL function [`EVP_BytesToKey`][] with the digest algorithm set to MD5, one diff --git a/doc/api/errors.markdown b/doc/api/errors.markdown index 342fd97..810a8b7 100644 --- a/doc/api/errors.markdown +++ b/doc/api/errors.markdown @@ -520,6 +520,8 @@ found [here][online]. encountered by [`http`][] or [`net`][] -- often a sign that a `socket.end()` was not properly called. +[`domain`]: domain.html +[`EvalError`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/EvalError [`Error`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error [`fs.readdir`]: fs.html#fs_fs_readdir_path_callback [`fs.readFileSync`]: fs.html#fs_fs_readfilesync_file_options @@ -540,6 +542,7 @@ found [here][online]. [V8's stack trace API]: https://github.com/v8/v8/wiki/Stack-Trace-API [vm]: vm.html [`SyntaxError`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SyntaxError +[`RangeError`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RangeError [`ReferenceError`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ReferenceError [`TypeError`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypeError -[`domain`]: domain.html +[`URIError`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError