Skip to content
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: update missing pr-urls #31675

Merged
merged 3 commits into from
Feb 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ The [`fs.readSync()`][] legacy `String` interface is deprecated. Use the
<!-- YAML
changes:
- version: REPLACEME
pr-url: REPLACEME
pr-url: https://github.com/nodejs/node/pull/31167
description: End-of-Life
- version: v6.12.0
pr-url: https://github.com/nodejs/node/pull/10116
Expand Down Expand Up @@ -520,7 +520,7 @@ The `Server.listenFD()` method was deprecated and removed. Please use
<!-- YAML
changes:
- version: REPLACEME
pr-url: REPLACEME
pr-url: https://github.com/nodejs/node/pull/31169
description: End-of-Life.
- version: v7.0.0
pr-url: https://github.com/nodejs/node/pull/6739
Expand All @@ -529,7 +529,7 @@ changes:

Type: End-of-Life

The `os.tmpDir()` API iws deprecated in Node.js 7.0.0 and has since been
The `os.tmpDir()` API was deprecated in Node.js 7.0.0 and has since been
removed. Please use [`os.tmpdir()`][] instead.

<a id="DEP0023"></a>
Expand Down