Skip to content

Commit 23e0258

Browse files
authored
Update overview.md (#50)
1 parent 3a9e140 commit 23e0258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Loaders Design
22

3-
There are currently [three loader hooks](https://github.com/nodejs/node/tree/master/doc/api/esm.html#esm_hooks):
3+
There are currently [three loader hooks](https://github.com/nodejs/node/tree/master/doc/api/esm.md#hooks):
44

55
1. `resolve`: Takes a specifier (the string after `from` in an `import` statement) and converts it into an URL to be loaded.
66

0 commit comments

Comments
 (0)