diff options
author | TED@Hexaflow <2466052+tedhexaflow@users.noreply.github.com> | 2021-07-19 10:52:00 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 13:52:00 +1000 |
commit | 890a94989aef8b479cc6f2e54f50513986299f58 (patch) | |
tree | 10fa5adb5060d74f759aeb8cffe822e03bcf94ea /docs/npm_nodejs.md | |
parent | 07eb44e483314528c96d6125a306167dbd308c7e (diff) |
docs: fix npm_nodejs FAQ link (#11444)
Diffstat (limited to 'docs/npm_nodejs.md')
-rw-r--r-- | docs/npm_nodejs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/npm_nodejs.md b/docs/npm_nodejs.md index b2f0d438c..c434b3639 100644 --- a/docs/npm_nodejs.md +++ b/docs/npm_nodejs.md @@ -46,8 +46,8 @@ chapter: - How [import maps](./npm_nodejs/import_maps.md) can be used to provide "bare specifier" imports like Node.js under Deno, without needing to use a package manager to install packages locally. -- And finally, a general section of [frequently asked - questions][./npm_nodejs/faqs.md] +- And finally, a general section of + [frequently asked questions](./npm_nodejs/faqs.md) That being said, there are some differences that cannot be overcome: |