Skip to content

Commit

Permalink
Updated URLs to meshiq endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Dec 22, 2023
1 parent 1f949b7 commit b53b177
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ many fields will have default values.

## Concepts and Terminology

You can find more info in [jKool Streaming Guide](https://www.jkoolcloud.com/download/jkool-model.pdf). JKQL streaming supports the
You can find more info in [jKool Streaming Guide](https://www.meshiq.com/download/jkool-model.pdf). JKQL streaming supports the
following data collection types:

| Type | Description |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.resources.encoding>UTF-8</project.resources.encoding>
<project.organization.name>jKool, LLC</project.organization.name>
<project.organization.url>https://www.jkoolcloud.com/</project.organization.url>
<project.organization.url>https://www.meshiq.com/</project.organization.url>
<product.vendor>${project.organization.name}</product.vendor>

<project.java.version>11</project.java.version>
Expand Down
10 changes: 5 additions & 5 deletions src/swagger/jKoolSwagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ info:
version: 1.0.0
title: jKool API
description: jKool API
termsOfService: 'https://www.jkoolcloud.com/company/terms-conditions/'
termsOfService: 'https://www.meshiq.com/company/terms-conditions/'
contact:
name: Charley Rich
email: crich@jkoolcloud.com
url: www.jkoolcloud.com
name: Richard Nikula
email: rnikula@meshiq.com
url: www.meshiq.com
license:
name: jKool
url: 'https://www.jkoolcloud.com/company/privacy-policy/'
url: 'https://www.meshiq.com/company/privacy-policy/'
host: 'stream.meshiq.com:443'
basePath: /JESL
schemes:
Expand Down

0 comments on commit b53b177

Please sign in to comment.