diff --git a/README.md b/README.md
index 7e5bf0ced2ed36396ee0d75aaabba9f79996b27c..c3fbfffc78a9a563c647a8bc0023e04bf5089864 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Interactive Atlas Viewer is an frontend module wrapping around [nehuba](https://
 
 ## Getting Started
 
-A live version of the Interactive Atlas Viewer is available at [https://kg.humanbrainproject.org/viewer/](https://kg.humanbrainproject.org/viewer/). This section is useful for developers who would like to develop this project.
+A live version of the Interactive Atlas Viewer is available at [https://interactive-viewer.apps.hbp.eu](https://interactive-viewer.apps.hbp.eu). This section is useful for developers who would like to develop this project.
 
 ### General information
 Interactive atlas viewer is built with [Angular (v6.0)](https://angular.io/), [Bootstrap (v4)](http://getbootstrap.com/), and [fontawesome icons](https://fontawesome.com/). Some other notable packages used are: [ng2-charts](https://valor-software.com/ng2-charts/) for charts visualisation, [ngx-bootstrap](https://valor-software.com/ngx-bootstrap/) for UI and [ngrx/store](https://github.com/ngrx/platform) for state management. 
diff --git a/deploy/datasets/query.js b/deploy/datasets/query.js
index b6f0c3f672bb4e57bd92f108a2db99091ada6cff..7023dbc2650c3aed04cc1f50d1ab4639b4c0b1fd 100644
--- a/deploy/datasets/query.js
+++ b/deploy/datasets/query.js
@@ -10,7 +10,7 @@ const { init: kgQueryUtilInit, getUserKGRequestParam } = require('./util')
 let cachedData = null
 let otherQueryResult = null
 
-const KG_ROOT = process.env.KG_ROOT || `https://kg.humanbrainproject.org`
+const KG_ROOT = process.env.KG_ROOT || `https://kg.humanbrainproject.eu`
 const KG_PATH = process.env.KG_PATH || `/query/minds/core/dataset/v1.0.0/interactiveViewerKgQuery-v0_3`
 const KG_PARAM = {
   size: process.env.KG_SEARCH_SIZE || '1000',