1
0
Fork 0

fix(dev-docs): broken link

This commit is contained in:
starfetch 2022-10-18 18:01:07 +02:00 committed by GitHub
parent 93ed42dfb9
commit 5a8506df5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ To make this explicit, we now use `.mjs` as file extention for our source code.
All our published packages now have only named exports, and no longer any
default exports.
Please refer to [the reference documentation](/reference/api/core) to see what
Please refer to [the reference documentation](/reference/api#named-exports) to see what
named exports are available.
### NodeJS 16 or more recent