From 272b1d93ac8b8b4ff5fe2580f1edc8b0c29ad2f2 Mon Sep 17 00:00:00 2001 From: Caleb Collins-Parks <46505081+caleb15@users.noreply.github.com> Date: Thu, 4 Jun 2020 19:55:22 -0700 Subject: [PATCH] fix broken readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f35da1b..02fac67f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
-Read http://owaislone.org/blog/webpack-plus-reactjs-and-django/ for a detailed step by step guide on setting up webpack with django using this library. +Read [this guide](https://web.archive.org/web/20190105024822/https://owais.lone.pw/blog/webpack-plus-reactjs-and-django/) for a detailed step by step guide on setting up webpack with django using this library. Use webpack to generate your static bundles without django's staticfiles or opaque wrappers.