Skip to content

Commit 3bc7f77

Browse files
authored
webpack.github.io -> webpack.js.org
1 parent cb98dd9 commit 3bc7f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webpack-dev-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function colorError(useColor, msg) {
4040

4141
const yargs = require("yargs")
4242
.usage(`${versionInfo()
43-
}\nUsage: http://webpack.github.io/docs/webpack-dev-server.html`);
43+
}\nUsage: https://webpack.js.org/configuration/dev-server/`);
4444

4545
require("webpack/bin/config-yargs")(yargs);
4646

0 commit comments

Comments
 (0)