From 38b9060bfc744f4697cf1adf88a3a46520c14986 Mon Sep 17 00:00:00 2001 From: Fredrik Folkesson Date: Mon, 17 Sep 2018 15:25:16 +0200 Subject: [PATCH] Change to core.qlik.com --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc9c16ed..dd8a5fd3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Mira provides Qlik Associative Engine discovery in a Docker containerized enviro The documentation in this repository is primarily intended for contributors to Mira development and for those who want to improve Mira by submitting issues. -For Mira's end-user documentation, see [Qlik Core](https://qlikcore.com/services/mira/) documentation site. +For Mira's end-user documentation, see [Qlik Core](https://core.qlik.com/services/mira/) documentation site. ## Contributing @@ -89,7 +89,7 @@ $ npm run test:component These tests run Mira in isolation and does not depend on any external components. -Integration tests depend on external components. Before they can run, you must accept the [Qlik Core EULA](https://qlikcore.com/beta/) by setting the `ACCEPT_EULA` environment variable, you start the services by using the [docker-compose.yml](./docker-compose.yml) file: +Integration tests depend on external components. Before they can run, you must accept the [Qlik Core EULA](https://core.qlik.com/eula/) by setting the `ACCEPT_EULA` environment variable, you start the services by using the [docker-compose.yml](./docker-compose.yml) file: ```sh $ ACCEPT_EULA=yes docker-compose up -d