Skip to content

Commit 34cf2ac

Browse files
author
einarlove
committed
Update link to new docs
1 parent d554794 commit 34cf2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/EnvironmentPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class EnvironmentPlugin {
3030
const error = new Error(
3131
"EnvironmentPlugin - " + key + " environment variable is undefined. \n\n" +
3232
"You can pass an object with default values to suppress this warning. \n" +
33-
"See http://webpack.github.io/docs/list-of-plugins.html#environmentplugin for example."
33+
"See https://webpack.js.org/plugins/environment-plugin for example."
3434
);
3535

3636
error.name = "EnvVariableNotDefinedError";

0 commit comments

Comments
 (0)