Fix vagrant url

This commit is contained in:
Thilina Hasantha
2019-02-04 06:37:07 +01:00
parent 26e55e8644
commit b922a48141
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ Preparing development VM with Vagrant
~ $ ant buildlocal
```
- Navigate to [http://clients.icehrm-open.text/dev](http://clients.icehrm-open.text/dev) to load icehrm from VM. (user:admin/pass:admin)
- Navigate to [http://clients.icehrm-open.test/dev](http://clients.icehrm-open.test/dev) to load icehrm from VM. (user:admin/pass:admin)
### Notes to Developers

View File

@@ -7,7 +7,7 @@ Release note v26.2.0.OS
* Compatible with IceHrm Mobile App
* Use npm libraries when possible
* Add gulp build for frontend assets
* https://github.com/gamonoid/icehrm/issues/169 (https://github.com/gamonoid/icehrm/issues/169)
* Allow generating QR code with rest api key (https://github.com/gamonoid/icehrm/issues/169)
* Updated readme for development setup with vagrant