From 05e702d9f16f6808e83f6a47cfa4294dea3f7343 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sun, 4 Feb 2018 16:30:04 +0100 Subject: [PATCH] doc: fix `REPLACEME` in changelog PR URLs PR-URL: https://github.com/nodejs/node/pull/18561 Reviewed-By: Colin Ihrig Reviewed-By: Jon Moss --- doc/api/assert.md | 8 ++++---- doc/api/console.md | 2 +- doc/api/util.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 7bade14184c942..0e5f444205635b 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -18,7 +18,7 @@ For more information about the used equality comparisons see added: REPLACEME changes: - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/REPLACEME + pr-url: https://github.com/nodejs/node/pull/17615 description: Added error diffs to the strict mode - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/17002 @@ -445,7 +445,7 @@ See below for further details. added: v0.1.21 changes: - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/REPLACEME + pr-url: https://github.com/nodejs/node/pull/18418 description: Calling `assert.fail` with more than one argument is deprecated and emits a warning. --> @@ -728,7 +728,7 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the added: v0.1.21 changes: - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/REPLACEME + pr-url: https://github.com/nodejs/node/pull/18319 description: assert.ok() (no arguments) will now use a predefined error msg. --> * `value` {any} @@ -834,7 +834,7 @@ instead of the `AssertionError`. added: v0.1.21 changes: - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/REPLACEME + pr-url: https://github.com/nodejs/node/pull/17584 description: The `error` parameter can now be an object as well. - version: v4.2.0 pr-url: https://github.com/nodejs/node/pull/3276 diff --git a/doc/api/console.md b/doc/api/console.md index 68cab5b68f32cc..864560f8c5e958 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -108,7 +108,7 @@ new Console(process.stdout, process.stderr); added: v0.1.101 changes: - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/REPLACEME + pr-url: https://github.com/nodejs/node/pull/17706 description: The implementation is now spec compliant and does not throw anymore. --> diff --git a/doc/api/util.md b/doc/api/util.md index c9ce952af3885f..fdf6ed69bc95e0 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -352,7 +352,7 @@ changes: pr-url: https://github.com/nodejs/node/pull/17907 description: The `depth` default changed to Infinity. - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/REPLACEME + pr-url: https://github.com/nodejs/node/pull/17576 description: The `compact` option is supported now. - version: v6.6.0 pr-url: https://github.com/nodejs/node/pull/8174