From 2e0f9d144bb804e286147e970b37d5b8e0efa4cb Mon Sep 17 00:00:00 2001 From: Mike Bannister Date: Sun, 8 Jan 2017 12:30:29 -0800 Subject: [PATCH] Fix link (#701) --- examples/with-redux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-redux/README.md b/examples/with-redux/README.md index 9815785c94..3264706ab8 100644 --- a/examples/with-redux/README.md +++ b/examples/with-redux/README.md @@ -3,7 +3,7 @@ ## How to use -Download the example (or clone the repo)[https://github.com/zeit/next.js.git]: +Download the example [or clone the repo](https://github.com/zeit/next.js.git): ```bash curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-redux -- GitLab