From 289195e6c92ff3bbedc700d60e7bbfec94aaae3d Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Mon, 30 Aug 2021 11:14:25 +0530 Subject: [PATCH] fix: readme url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8515399e..4f9647cf 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ To setup the repository locally follow the steps mentioned below: 1. Run bench get-app https://github.com/fossunited/community. 1. Run bench --site community.test install-app community. 1. Map your site to localhost with the command ```bench --site community.test add-to-hosts``` -1. Now open the URL http://community.test:8000/docs in your browser, you should see the app running. +1. Now open the URL http://community.test:8000/ in your browser, you should see the app running. ### Contribution Guidelines (for The Hard Way)