From b922a4814133e11592f2b858de78ed0fecb427ec Mon Sep 17 00:00:00 2001 From: Thilina Hasantha Date: Mon, 4 Feb 2019 06:37:07 +0100 Subject: [PATCH] Fix vagrant url --- readme.md | 2 +- release.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e52a75e0..5f2cd0dd 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/release.md b/release.md index b312316b..2117dd8e 100644 --- a/release.md +++ b/release.md @@ -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