1
0
mirror of https://github.com/actix/actix-website synced 2025-02-20 03:14:22 +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: 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
``` ```