From 16a44b8b27d4fef5db0c5f4626f7cfb182e60a47 Mon Sep 17 00:00:00 2001 From: Nikita Date: Fri, 1 May 2015 12:34:13 +0300 Subject: [PATCH] readme link fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.