Skip to content

doc: fix WHATWG URL url.protocol example - #11647

Closed
richardlau wants to merge 1 commit into
nodejs:masterfrom
richardlau:patch-1
Closed

doc: fix WHATWG URL url.protocol example#11647
richardlau wants to merge 1 commit into
nodejs:masterfrom
richardlau:patch-1

Conversation

@richardlau

Copy link
Copy Markdown
Member

The example given in the url.protocol section of the WHATWG URL doc should print https: instead of http: for https://example.org.

Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. url Issues and PRs related to the legacy built-in url module. labels Mar 2, 2017
@mscdexmscdex added whatwg-url Issues and PRs related to the WHATWG URL implementation. and removed url Issues and PRs related to the legacy built-in url module. labels Mar 2, 2017
@jasnell

Copy link
Copy Markdown
Member

This shouldn't need the fulll 48 hours to land

jasnell pushed a commit that referenced this pull request Mar 2, 2017
Protocol of `https://example.org` is `https:` not `http:`.
PR-URL: #11647
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in bb5c84a

@jasnelljasnell closed this Mar 2, 2017
addaleax pushed a commit that referenced this pull request Mar 5, 2017
Protocol of `https://example.org` is `https:` not `http:`.
PR-URL: #11647
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@evanlucasevanlucas mentioned this pull request Mar 8, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.whatwg-urlIssues and PRs related to the WHATWG URL implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@richardlau@jasnell@TimothyGu@targos@cjihrig@mscdex@nodejs-github-bot