Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Apr 28, 2023
1 parent 53c87b5 commit 5686e44
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/contributing/maintaining/maintaining-cjs-module-lexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ of cjs-module-lexer, complete the following steps:
```

* Update the link to the cjs-module-lexer in the list at the end of
[doc/api/esm.md](../api/esm.md)
[doc/api/esm.md](../../api/esm.md)
to point to the updated version.

* Create a PR, adding the files in the deps/cjs-module-lexer that
Expand All @@ -56,4 +56,4 @@ those updates into
[nodejs/cjs-module-lexer][],
request a release and then pull in the updated version once available.

[nodejs/cjs-module-lexer]: https://github.com/nodejs/cjs-module-lexer
[nodejs/cjs-module-lexer]: https://github.com/nodejs/cjs-module-lexer
6 changes: 3 additions & 3 deletions doc/contributing/maintaining/maintaining-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,13 @@ performance improvements not currently available in standard zlib.
[c-ares]: #c-ares
[cjs-module-lexer]: #cjs-module-lexer
[corepack]: #corepack
[dependency-update-action]: ../../.github/workflows/tools.yml
[dependency-update-action]: ../../../.github/workflows/tools.yml
[googletest]: #googletest
[histogram]: #histogram
[icu-small]: #icu-small
[llhttp]: #llhttp
[maintaining-V8]: ./maintaining-V8.md
[maintaing-cjs-module-lexer]: ./maintaining-cjs-module-lexer.md
[maintaining-cjs-module-lexer]: ./maintaining-cjs-module-lexer.md
[maintaining-http]: ./maintaining-http.md
[maintaining-icu]: ./maintaining-icu.md
[maintaining-openssl]: ./maintaining-openssl.md
Expand All @@ -337,7 +337,7 @@ performance improvements not currently available in standard zlib.
[postject]: #postject
[simdutf]: #simdutf
[undici]: #undici
[update-openssl-action]: ../../.github/workflows/update-openssl.yml
[update-openssl-action]: ../../../.github/workflows/update-openssl.yml
[uv]: #uv
[uvwasi]: #uvwasi
[v8]: #v8
Expand Down
2 changes: 1 addition & 1 deletion doc/contributing/maintaining/maintaining-openssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ regenerated and committed by:

Finally, build Node.js and run the tests.

[update-openssl-action]: ../../.github/workflows/update-openssl.yml
[update-openssl-action]: ../../../.github/workflows/update-openssl.yml
[v14.x-staging version]: https://github.com/nodejs/node/blob/v14.x-staging/doc/guides/maintaining-openssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document explains how to maintain the build files in the codebase.

## Overview

On how to build the Node.js core, see [Building Node.js](../../BUILDING.md).
On how to build the Node.js core, see [Building Node.js](../../../BUILDING.md).

There are three main build files that may be directly run when building Node.js:

Expand Down

0 comments on commit 5686e44

Please sign in to comment.