-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: markdown links do not turn into real links #5322
Comments
Already fixed but not landed yet by #5230. |
Also here: https://nodejs.org/docs/latest-v5.x/api/errors.html: Update: will fix in separate PR. It's about doc tool
to global types list, so we can write just Actually, I'm wondering why not make type parser produce such links with |
Also here: https://nodejs.org/docs/latest/api/console.html#console_console_dir_obj_options Wondering if latest docs are not updated OR doc tool does not parse such links correctly. Update: just checked with latest master locally, all is OK |
After debugging of Any thoughts on this? I can resolve this simply in a PR by removing /cc @mscdex @thefourtheye guys I did not know who to ask, so asking you... |
cc @nodejs/documentation |
@thefourtheye thx, now I know who to /cc 😉 |
ah, just saw this. The net issues should be fixed by #5358 |
tls and cluster links should be fixed by #5364. |
Fix missing links described in #5322. PR-URL: #5364 Reviewed-By: Roman Reiss <[email protected]>
Fix missing links described in #5322. PR-URL: #5364 Reviewed-By: Roman Reiss <[email protected]>
Closing as all of the listed broken links have been fixed. Thanks for reporting! |
@evanlucas Problem still exists in:
|
@jhamhader do you have links to them? I must be missing something. I'm not seeing them |
@jhamhader could you link them here, because like |
|
I confirm @jhamhader is correct. |
Fixes: #5322 PR-URL: #5641 Reviewed-By: Robert Lindstädt <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Fixes: #5322 PR-URL: #5641 Reviewed-By: Robert Lindstädt <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Fixes: #5322 PR-URL: #5641 Reviewed-By: Robert Lindstädt <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Fix missing links described in #5322. PR-URL: #5364 Reviewed-By: Roman Reiss <[email protected]>
Fixes: #5322 PR-URL: #5641 Reviewed-By: Robert Lindstädt <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Fixes: #5322 PR-URL: #5641 Reviewed-By: Robert Lindstädt <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Fix missing links described in #5322. PR-URL: #5364 Reviewed-By: Roman Reiss <[email protected]>
Fixes: #5322 PR-URL: #5641 Reviewed-By: Robert Lindstädt <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Hey,
I noticed that in various docs, links are not shown and actual markdown appears instead.
Examples:
tlsSocket is the [tls.TLSSocket][] that the error originated from.
The parameter backlog behaves the same as in [server.listen(port, \[host\], \[backlog\], \[callback\])][].
When no more connections exist, see [server.close()][], the IPC channel to the worker will close allowing it to die gracefully.
Use [crypto.getCurves()][] to obtain a list of available curve names.
The text was updated successfully, but these errors were encountered: