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

Merge pull request #80 from awulkan/patch-1

Fix: Repository link
This commit is contained in:
Nikolay Kim
2019-04-03 15:15:06 -07:00
committed by GitHub

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