FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: fix broken link in dgram doc by mscdex · Pull Request #8365 · nodejs/node · GitHub

/ node Public

doc: fix broken link in dgram doc - #8365

Merged
mscdex merged 1 commit into
nodejs:masterfrom
mscdex:doc-dgram-fix-typo
Sep 2, 2016
Merged

doc: fix broken link in dgram doc#8365
mscdex merged 1 commit into
nodejs:masterfrom
mscdex:doc-dgram-fix-typo

Conversation

mscdex commented Sep 1, 2016

Copy link
Copy Markdown
Contributor
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
  • doc
Description of change

Fixes a broken link in dgram doc

cluster is referenced in dgram.bind() but is missing in the list of references at the bottom of the doc markdown.

mscdex added dgram Issues and PRs related to the dgram subsystem / UDP. doc Issues and PRs related to the documentations. lts-watch-v4.x labels Sep 1, 2016

lpinca commented Sep 1, 2016

Copy link
Copy Markdown
Member

How about also adding [] to the markdown link on line 182? This will make it consistent with the others.

mscdex commented Sep 1, 2016
edited
Loading

Copy link
Copy Markdown
Contributor Author

@lpinca I actually prefer leaving off extra trailing [] for links like that. At some point when I get a chance to resume my doc improvement PRs, I will eventually get to dgram.md at which point I will propose dropping the [] everywhere. With that in mind, I don't see a point in making the change now.

lpinca commented Sep 1, 2016

Copy link
Copy Markdown
Member

Ok. LGTM

cjihrig commented Sep 1, 2016

Copy link
Copy Markdown
Contributor

LGTM

Copy link
Copy Markdown
Contributor

lgtm

Copy link
Copy Markdown
Contributor

LGTM

PR-URL: nodejs#8365
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
mscdex force-pushed the doc-dgram-fix-typo branch from 2f5e0aa to 8361c26 Compare September 2, 2016 18:30
mscdex merged commit 8361c26 into nodejs:master Sep 2, 2016
mscdex deleted the doc-dgram-fix-typo branch September 2, 2016 18:32
Fishrock123 mentioned this pull request Sep 6, 2016
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request Sep 8, 2016
PR-URL: nodejs#8365
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Fishrock123 pushed a commit that referenced this pull request Sep 9, 2016
PR-URL: #8365
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
MylesBorins pushed a commit that referenced this pull request Oct 11, 2016
PR-URL: #8365
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
PR-URL: #8365
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
PR-URL: #8365
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
MylesBorins mentioned this pull request Oct 26, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dgram Issues and PRs related to the dgram subsystem / UDP. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL