From 95aeb39c489099a07b27bef8e76bf72a3639452c Mon Sep 17 00:00:00 2001 From: Lana Date: Fri, 15 May 2020 17:12:18 +0700 Subject: [PATCH] fixed readme localhost links --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0899986b..3bcc51e8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -45,7 +45,7 @@ You can also use [Docker Compose](https://docs.docker.com/compose/) to build and $ docker-compose up -d bdocs ``` -The docs will be hosted on port **33333**, and can be accessed over [localhost](http:/localhost:33333), [127.0.0.1](http:/127.0.0.1:33333) +The docs will be hosted on port **33333**, and can be accessed over [localhost](http://localhost:33333), [127.0.0.1](http://127.0.0.1:33333) OR http:/HOST_IP:33333.