1
0
mirror of https://github.com/actix/actix-website synced 2025-08-31 17:07:01 +02:00

Fix: Repository link

This commit is contained in:
Alex
2019-03-23 20:14:24 +01:00
committed by GitHub
parent b15d1a1437
commit 70640125a1

View File

@@ -14,7 +14,7 @@ brew update && brew install hugo
Then, get the website running locally: Then, get the website running locally:
```sh ```sh
git clone https://github.com/mitsuhiko/actix-website git clone https://github.com/actix/actix-website.git
cd actix-website cd actix-website
hugo server hugo server
``` ```