From 986be03a4c349dcac7a5fa4c85d81a25af50f02f Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Sun, 22 Oct 2017 17:51:14 +0200 Subject: doc: fix doc styles CONTRIBUTING.md + L857: Unused definition + L861: Unused definition + L863: Unused definition doc/api/assert.md + L719: Unused definition doc/api/async_hooks.md + L460: Missing code-language flag doc/api/child_process.md + L1362: Unused definition doc/api/dns.md + L674: Unused definition doc/api/esm.md + L178: Missing code-language flag doc/api/http.md + L1868: Unused definition + L1887: Unused definition + L1888: Unused definition + L1889: Unused definition + L1916: Unused definition + L1917: Unused definition doc/api/https.md + L260: Unused definition doc/api/os.md + L1226: Unused definition doc/api/process.md + L1888: Unused definition doc/api/stream.md + L2227: Definitions with the same identifier doc/guides/writing-and-running-benchmarks.md + L1: Missing newline character at end of file Refs: https://github.com/nodejs/node/pull/12756 PR-URL: https://github.com/nodejs/node/pull/16385 Reviewed-By: Anna Henningsen Reviewed-By: Anatoli Papirovski Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Gireesh Punathil Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig --- CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f63dd29d7..1c6de8d254 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -854,11 +854,8 @@ By making a contribution to this project, I certify that: [Building guide]: ./BUILDING.md [CI (Continuous Integration) test run]: #ci-testing [Code of Conduct]: https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md -[guide for writing tests in Node.js]: ./doc/guides/writing-tests.md [https://ci.nodejs.org/]: https://ci.nodejs.org/ [IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4 [Node.js help repository]: https://github.com/nodejs/help/issues -[notes about the waiting time]: #waiting-until-the-pull-request-gets-landed [Onboarding guide]: ./doc/onboarding.md -[on GitHub]: https://github.com/nodejs/node [Technical Steering Committee (TSC) repository]: https://github.com/nodejs/TSC/issues -- cgit v1.2.3