From c7444f41bc792648a5aae9dc839c980dd6f11e87 Mon Sep 17 00:00:00 2001 From: Radoslav Gatev Date: Sun, 17 Jan 2021 21:19:59 +0200 Subject: [PATCH] fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 056a4a9c8..aafd1edab 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ npm install ```sh hugo server --disableFastRender ``` -3. Navigate to `http://localhost:1313/docs` +3. Navigate to `http://localhost:1313/` ## Update docs 1. Fork repo into your account