diff --git a/doc/api/fs.md b/doc/api/fs.md index a3edb245ed1743..30887364ff0d83 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -311,7 +311,7 @@ synchronous counterparts are of this type. For a regular file [`util.inspect(stats)`][] would return a string very similar to this: -``` +```console Stats { dev: 2114, ino: 48064969, diff --git a/doc/api/stream.md b/doc/api/stream.md index 934a3bf047edb9..6891ab0b5ec42f 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2174,6 +2174,3 @@ readable buffer so there is nothing for a user to consume. [stream-write]: #stream_writable_write_chunk_encoding_callback [readable-_destroy]: #stream_readable_destroy_err_callback [writable-_destroy]: #stream_writable_destroy_err_callback -[TCP sockets]: net.html#net_class_net_socket -[Transform]: #stream_class_stream_transform -[Writable]: #stream_class_stream_writable diff --git a/doc/api/v8.md b/doc/api/v8.md index 21c2627898e481..17347ba8848519 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -154,11 +154,6 @@ v8.setFlagsFromString('--trace_gc'); setTimeout(function() { v8.setFlagsFromString('--notrace_gc'); }, 60e3); ``` -[V8]: https://developers.google.com/v8/ -[`vm.Script`]: vm.html#vm_new_vm_script_code_options -[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md -[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-5.0/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4 - ## Serialization API > Stability: 1 - Experimental @@ -409,3 +404,7 @@ A subclass of [`Deserializer`][] corresponding to the format written by [`serializer.transferArrayBuffer()`]: #v8_serializer_transferarraybuffer_id_arraybuffer [`serializer.writeRawBytes()`]: #v8_serializer_writerawbytes_buffer [HTML structured clone algorithm]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm +[V8]: https://developers.google.com/v8/ +[`vm.Script`]: vm.html#vm_new_vm_script_code_options +[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md +[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-5.0/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4