diff --git a/README.md b/README.md
index 0c8be44..79e153f 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@ We have provided a simple application that demonstrates the ***API*** calls you
* [Troubleshooting license issues](#troubleshooting_license_issues)
## How to build demo application
-1. Visit [licensing.regulaforensics.com](https://licensing.regulaforensics.com) to get a trial license (`regula.license` file). The license creation wizard will guide you through the necessary steps.
+1. Visit [client.regulaforensics.com](https://client.regulaforensics.com) to get a trial license (`regula.license` file). The license creation wizard will guide you through the necessary steps.
1. Clone current repository using command `git clone https://github.com/regulaforensics/Xamarin-DocumentReader.git`.
1. Download and install latest [Visual Studio](https://visualstudio.microsoft.com/xamarin/) depend on your OS.
1. Copy file `regula.license` to `DocumentReaderSample/Droid/Assets` or `DocumentReaderSample/iOS/Resources` folder.
1. Copy file `db.dat` to `DocumentReaderSample/Droid/Assets/Regula` or `DocumentReaderSample/iOS/Resources` folder.
1. Launch _Visual Studio_ and select _File -> Open_ then select _DocumentReaderSample/DocumentReaderSample.sln_ file in file browser.
1. Download additional files proposed by _Visual Studio_ to build project (build tools, for example).
-1. Change application ID (at _Properties/AndroidManifest.xml_ file) for `Android` or Bundle Identifier (at _Info.plist_ file) for `iOS` to the one you have specified during the registration at [licensing.regulaforensics.com](https://licensing.regulaforensics.com).
+1. Change application ID (at _Properties/AndroidManifest.xml_ file) for `Android` or Bundle Identifier (at _Info.plist_ file) for `iOS` to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
1. Select appropriate build variant and run application.
## Troubleshooting license issues