From be1922b2cb1987468ffe4ad2135744ad59b8658f Mon Sep 17 00:00:00 2001 From: Gianluca Finocchiaro Date: Tue, 16 Oct 2018 19:48:56 +0200 Subject: [PATCH] Update to version 1.2.0 and replace external links to new site. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ac49bb..54bec23 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ The MQTT.Cool Hook Java API lets you easily develop any Hook, which will be then Once loaded inside the running server process, it will be able to intercept specific events originated from the client side in order to apply fine-grained custom authorization checks as per your own security needs. # The MQTT.Cool SDK for Java Hooks -The API is part of the _MQTT.Cool SDK for Java Hooks_, which also offers the full Javadoc API Specification and other additional information. See the `/DOCS-SDKs/sdk_hook` folder of your local MQTT.Cool installation. +The API is part of the _MQTT.Cool SDK for Java Hooks_, which also offers the full Javadoc API Specification and other additional information. See the [online](https://mqtt.cool/download/latest-security-hooks-sdk) SDK section for more information. # Documentation -Take a look at Section "The MQTT.Cool Hook" of the [_MQTT.Cool Getting Started Guide_](http://www.lightstreamer.com/latest/mqtt.cool/MQTT.Cool%20Getting%20Started%20Guide.html) for the core concepts of Hook development. +Take a look at Section "The MQTT.Cool Hook" of the [_MQTT.Cool Getting Started Guide_](https://mqtt.cool/docs/server/guides/MQTT.Cool+Getting+Started+Guide.html) for the core concepts of Hook development. # Using the API @@ -19,6 +19,6 @@ Since the API is available from the Maven Central Repository, to setup your deve cool.mqtt mqtt.cool-hook-java-api - 1.1.0 + 1.2.0 ``` \ No newline at end of file