Skip to content

Commit e0a2707

Browse files
authored
docs: fix broken CommonJS link in webpack.js.org documentation (webpack#7086)
1 parent 84d21b8 commit e0a2707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/modules.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Webpack builds on lessons learned from these systems and applies the concept of
2727
In contrast to [Node.js modules](https://nodejs.org/api/modules.html), webpack _modules_ can express their _dependencies_ in a variety of ways. A few examples are:
2828

2929
- An [ES2015 `import`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import) statement
30-
- A [CommonJS](http://www.commonjs.org/specs/modules/1.0/) `require()` statement
30+
- A [CommonJS](https://wiki.commonjs.org/wiki/Modules/1.1) `require()` statement
3131
- An [AMD](https://github.com/amdjs/amdjs-api/blob/master/AMD.md) `define` and `require` statement
3232
- An [`@import` statement](https://developer.mozilla.org/en-US/docs/Web/CSS/@import) inside of a css/sass/less file.
3333
- An image url in a stylesheet `url(...)` or HTML `<img src=...>` file.

0 commit comments

Comments
 (0)