From 70640125a13f040a9fd88a4dc89efc4341cff7fb Mon Sep 17 00:00:00 2001 From: Alex <13454782+awulkan@users.noreply.github.com> Date: Sat, 23 Mar 2019 20:14:24 +0100 Subject: [PATCH] Fix: Repository link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ea488b..caed786 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ brew update && brew install hugo Then, get the website running locally: ```sh -git clone https://github.com/mitsuhiko/actix-website +git clone https://github.com/actix/actix-website.git cd actix-website hugo server ```