From fd6ee2041b65fe5adf9ba53b4cb9a7c6bdf09f0f Mon Sep 17 00:00:00 2001 From: Dana Hanna Date: Wed, 5 Dec 2018 12:09:50 -0500 Subject: [PATCH] Update readme with correct link for dev-server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f069d..cf5c310 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ and in turn your application can listen and react to click events on those butto * Clone this repo and `cd` into the directory * Run `npm i webpack -g` * Run `npm i webpack-dev-server -g` - * If you have trouble running the webpack-dev-server over HTTPS, check out the --https option described here: https://webpack.github.io/docs/webpack-dev-server.html + * If you have trouble running the webpack-dev-server over HTTPS, check out the --https option described here: https://webpack.js.org/configuration/dev-server/#devserver-https * Run `npm i` * Run `npm run watch` * Ensure the sample app is running by visiting https://localhost:4000/app.html