Skip to content

Commit

Permalink
Update to version 1.2.0 and replace external links to new site.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Oct 16, 2018
1 parent 719ab76 commit be1922b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<MQTT.COOL_HOME>/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

Expand All @@ -19,6 +19,6 @@ Since the API is available from the Maven Central Repository, to setup your deve
<dependency>
<groupId>cool.mqtt</groupId>
<artifactId>mqtt.cool-hook-java-api</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

0 comments on commit be1922b

Please sign in to comment.