Skip to content

Commit 5ee0d90

Browse files
ChALkeRMylesBorins
authored andcommitted
doc: wrap links in <>
This fixes links that were broken due to inclusion of the trailing dot. Also simplifies a pair of occurances of [](). PR-URL: #23359 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 86a5690 commit 5ee0d90

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

doc/api/deprecations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ changes:
321321
Type: End-of-Life
322322

323323
Calling an asynchronous function without a callback throws a `TypeError`
324-
in Node.js 10.0.0 onwards. (See https://github.com/nodejs/node/pull/12562.)
324+
in Node.js 10.0.0 onwards. (See <https://github.com/nodejs/node/pull/12562>.)
325325

326326
<a id="DEP0014"></a>
327327
### DEP0014: fs.read legacy String interface
@@ -1697,7 +1697,7 @@ changes:
16971697
Type: End-of-Life
16981698
16991699
The AsyncHooks Sensitive API was never documented and had various minor issues.
1700-
(See https://github.com/nodejs/node/issues/15572.) Use the `AsyncResource`
1700+
(See <https://github.com/nodejs/node/issues/15572>.) Use the `AsyncResource`
17011701
API instead.
17021702
17031703
<a id="DEP0086"></a>
@@ -1717,8 +1717,8 @@ changes:
17171717
Type: End-of-Life
17181718
17191719
`runInAsyncIdScope` doesn't emit the `'before'` or `'after'` event and can thus
1720-
cause a lot of issues. See https://github.com/nodejs/node/issues/14328 for more
1721-
details.
1720+
cause a lot of issues. See <https://github.com/nodejs/node/issues/14328> for
1721+
more details.
17221722
17231723
<a id="DEP0089"></a>
17241724
### DEP0089: require('assert')
@@ -1875,7 +1875,7 @@ to unrecoverable errors.
18751875
18761876
Use [`asyncResource.runInAsyncScope()`][] API instead which provides a much
18771877
safer, and more convenient, alternative. See
1878-
https://github.com/nodejs/node/pull/18513 for more details.
1878+
<https://github.com/nodejs/node/pull/18513> for more details.
18791879
18801880
<a id="DEP0099"></a>
18811881
### DEP0099: async context-unaware node::MakeCallback C++ APIs

doc/api/repl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,10 @@ possible to connect to a long-running Node.js process without restarting it.
619619

620620
For an example of running a "full-featured" (`terminal`) REPL over
621621
a `net.Server` and `net.Socket` instance, see:
622-
[https://gist.github.com/TooTallNate/2209310](https://gist.github.com/TooTallNate/2209310).
622+
<https://gist.github.com/TooTallNate/2209310>.
623623

624624
For an example of running a REPL instance over [curl(1)][], see:
625-
[https://gist.github.com/TooTallNate/2053342](https://gist.github.com/TooTallNate/2053342).
625+
<https://gist.github.com/TooTallNate/2053342>.
626626

627627
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
628628
[`--experimental-repl-await`]: cli.html#cli_experimental_repl_await

doc/api/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ field which always contains the value `'TLSv1/SSLv3'`.
566566
For example: `{ name: 'AES256-SHA', version: 'TLSv1/SSLv3' }`.
567567

568568
See `SSL_CIPHER_get_name()` in
569-
https://www.openssl.org/docs/man1.1.0/ssl/SSL_CIPHER_get_name.html for more
569+
<https://www.openssl.org/docs/man1.1.0/ssl/SSL_CIPHER_get_name.html> for more
570570
information.
571571

572572
### tlsSocket.getEphemeralKeyInfo()
@@ -683,7 +683,7 @@ Example responses include:
683683
* `TLSv1.2`
684684
* `unknown`
685685

686-
See https://www.openssl.org/docs/man1.1.0/ssl/SSL_get_version.html for more
686+
See <https://www.openssl.org/docs/man1.1.0/ssl/SSL_get_version.html> for more
687687
information.
688688

689689
### tlsSocket.getSession()

0 commit comments

Comments
 (0)