1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```