Fixed link for locahost page

/s/ was missing
This commit is contained in:
N-te 2018-07-12 21:03:37 +02:00 committed by GitHub
parent 1f03fc2c68
commit c4069f84f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ Running a dev setup
* Switch directory: `cd www` * Switch directory: `cd www`
* Fetch Submodules: `git submodule update --recursive --remote --init` * Fetch Submodules: `git submodule update --recursive --remote --init`
* run hugo webserver: `hugo serve` * run hugo webserver: `hugo serve`
* Point your browser to `http://localhost:1313` * Point your browser to `http://localhost:1313/s/`
Every change you make on the project will be reflected in your browser as Every change you make on the project will be reflected in your browser as
long as `hugo serve` is running. long as `hugo serve` is running.