diff --git a/README.md b/README.md
index cbe629d..c06c943 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ An UML Class explorer for InterSystems Caché. It is able to build UML class dia
## Installation
###### Import classes to Caché
-To install Caché UML class explorer, download the [latest release](https://github.com/ZitRos/CacheUMLExplorer/releases) or build project by yourself. Then import XML file inside Cache
directory of archive or directory.
+To install Caché UML class explorer, download the [latest release](https://github.com/intersystems-ru/UMLExplorer/releases) or build project by yourself. Then import XML file inside Cache
directory of archive or directory.
###### Set up WEB application
When you have imported and compiled UMLExplorer package in Caché, make sure the namespace is the same you have imported classes to. Then go to system management portal -> administering -> security -> applications -> web applications
and create there a new web application. Fill the name
field of it with /UMLExplorer
(slash is required) and set the value of dispatch class
to UMLExplorer.Router
. Click save. Now your WEB application is ready.