Skip to content

Commit 05e702d

Browse files
committed
doc: fix REPLACEME in changelog PR URLs
PR-URL: #18561 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jon Moss <[email protected]>
1 parent 47a984a commit 05e702d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/api/assert.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information about the used equality comparisons see
1818
added: REPLACEME
1919
changes:
2020
- version: REPLACEME
21-
pr-url: https://github.com/nodejs/node/pull/REPLACEME
21+
pr-url: https://github.com/nodejs/node/pull/17615
2222
description: Added error diffs to the strict mode
2323
- version: REPLACEME
2424
pr-url: https://github.com/nodejs/node/pull/17002
@@ -445,7 +445,7 @@ See below for further details.
445445
added: v0.1.21
446446
changes:
447447
- version: REPLACEME
448-
pr-url: https://github.com/nodejs/node/pull/REPLACEME
448+
pr-url: https://github.com/nodejs/node/pull/18418
449449
description: Calling `assert.fail` with more than one argument is deprecated
450450
and emits a warning.
451451
-->
@@ -728,7 +728,7 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
728728
added: v0.1.21
729729
changes:
730730
- version: REPLACEME
731-
pr-url: https://github.com/nodejs/node/pull/REPLACEME
731+
pr-url: https://github.com/nodejs/node/pull/18319
732732
description: assert.ok() (no arguments) will now use a predefined error msg.
733733
-->
734734
* `value` {any}
@@ -834,7 +834,7 @@ instead of the `AssertionError`.
834834
added: v0.1.21
835835
changes:
836836
- version: REPLACEME
837-
pr-url: https://github.com/nodejs/node/pull/REPLACEME
837+
pr-url: https://github.com/nodejs/node/pull/17584
838838
description: The `error` parameter can now be an object as well.
839839
- version: v4.2.0
840840
pr-url: https://github.com/nodejs/node/pull/3276

doc/api/console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ new Console(process.stdout, process.stderr);
108108
added: v0.1.101
109109
changes:
110110
- version: REPLACEME
111-
pr-url: https://github.com/nodejs/node/pull/REPLACEME
111+
pr-url: https://github.com/nodejs/node/pull/17706
112112
description: The implementation is now spec compliant and does not throw
113113
anymore.
114114
-->

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ changes:
352352
pr-url: https://github.com/nodejs/node/pull/17907
353353
description: The `depth` default changed to Infinity.
354354
- version: REPLACEME
355-
pr-url: https://github.com/nodejs/node/pull/REPLACEME
355+
pr-url: https://github.com/nodejs/node/pull/17576
356356
description: The `compact` option is supported now.
357357
- version: v6.6.0
358358
pr-url: https://github.com/nodejs/node/pull/8174

0 commit comments

Comments
 (0)