summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/changelogs/CHANGELOG_V8.md1
-rw-r--r--doc/releases.md1
-rw-r--r--test/common/README.md2
-rw-r--r--tools/doc/README.md1
4 files changed, 0 insertions, 5 deletions
diff --git a/doc/changelogs/CHANGELOG_V8.md b/doc/changelogs/CHANGELOG_V8.md
index 1e3e9b3df1..7094ff3bb0 100644
--- a/doc/changelogs/CHANGELOG_V8.md
+++ b/doc/changelogs/CHANGELOG_V8.md
@@ -1,4 +1,3 @@
-
# Node.js 8 ChangeLog
<!--lint disable prohibited-strings-->
diff --git a/doc/releases.md b/doc/releases.md
index 38f0b8b4f0..4e8b24830e 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -756,7 +756,6 @@ test, or doc-related are to be listed as notable changes. Some SEMVER-MINOR
commits may be listed as notable changes on a case-by-case basis. Use your
judgment there.
-
[CI lockdown procedure]: https://github.com/nodejs/build/blob/master/doc/jenkins-guide.md#restricting-access-for-security-releases
[Build issue tracker]: https://github.com/nodejs/build/issues/new
[nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/master/scripts/release-post.js
diff --git a/test/common/README.md b/test/common/README.md
index 76ab605c79..415f05a867 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -677,7 +677,6 @@ original state after calling [`hijackstdio.hijackStdErr()`][].
Restore the original `process.stdout.write()`. Used to restore `stdout` to its
original state after calling [`hijackstdio.hijackStdOut()`][].
-
## HTTP/2 Module
The http2.js module provides a handful of utilities for creating mock HTTP/2
@@ -929,7 +928,6 @@ A driver class for running WPT with the WPT harness in a vm.
See [the WPT tests README][] for details.
-
[&lt;Array>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
[&lt;ArrayBufferView&#91;&#93;>]: https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView
[&lt;Buffer>]: https://nodejs.org/api/buffer.html#buffer_class_buffer
diff --git a/tools/doc/README.md b/tools/doc/README.md
index 8c183b3898..3679c2c23d 100644
--- a/tools/doc/README.md
+++ b/tools/doc/README.md
@@ -100,7 +100,6 @@ added: v0.10.0
This event is emitted on instances of `SomeClass`, not on the module itself.
```
-
* Classes have (description, Properties, Methods, Events).
* Events have (list of listener arguments, description).
* Functions have (list of arguments, returned value if defined, description).