Skip to content

Commit

Permalink
fix link to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it authored May 13, 2020
1 parent 455c98d commit a628c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/for-developers/installing-bhima.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Running the application is super easy! Just type `yarn dev` in the application r

If you changed the `$PORT` variable in the `.env` file, your application will be listening on that port. By default it is `8080`.

Navigate to [https://localhost:8080](https://localhost:8080) in the browser to verify the installation. You should be greeted with a login page.
Navigate to [http://localhost:8080](http://localhost:8080) in the browser to verify the installation. You should be greeted with a login page.

### Testing the Application

Expand Down

0 comments on commit a628c83

Please sign in to comment.