doc: fix some links · nodejs/node@d5f9cf8 (original) (raw)

Original file line number Diff line number Diff line change
@@ -527,7 +527,7 @@ added: v0.1.27
527 527 * `hostname` {string}
528 528 * `callback` {Function}
529 529 - `err` {Error}
530 -- `records` {string[][]}
530 +- `records` <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data\_structures#String\_type" class="type"><string[][]></a>
531 531
532 532 Uses the DNS protocol to resolve text queries (`TXT` records) for the
533 533 `hostname`. The `records` argument passed to the `callback` function is a
@@ -576,7 +576,7 @@ The `dns.setServers()` method must not be called while a DNS query is in
576 576 progress.
577 577
578 578 The [`dns.setServers()`][] method affects only [`dns.resolve()`][],
579 -[`dns.resolve*()`][] and [`dns.reverse()`][] (and specifically *not*
579 +`dns.resolve*()` and [`dns.reverse()`][] (and specifically *not*
580 580 [`dns.lookup()`][]).
581 581
582 582 Note that this method works much like