Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated links to point to our docs instead of the repo-wiki #515

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions hivemq-edge/src/main/resources/hivemq-edge-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"description" : "Connects HiveMQ Edge to existing Modbus devices, bringing data from coils & registers into MQTT.",
"author" : "HiveMQ",
"documentationLink" : {
"url" : "https://github.com/hivemq/hivemq-edge/wiki/Protocol-adapters#modbus",
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html#modbus-tcp-adapter",
"external" : true
},
"provisioningLink" : {
Expand All @@ -62,7 +62,7 @@
"description" : "Connects HiveMQ Edge to existing OPC-UA services as a client and enables a seamless exchange of data between MQTT and OPC-UA.",
"author" : "HiveMQ",
"documentationLink" : {
"url" : "https://github.com/hivemq/hivemq-edge/wiki/Protocol-adapters#opc-ua",
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html#opc-ua-adapter",
"external" : true
},
"provisioningLink" : {
Expand All @@ -81,7 +81,7 @@
"description" : "Connects HiveMQ Edge to arbitrary web endpoint URLs via HTTP(s), consuming structured JSON or plain data.",
"author" : "HiveMQ",
"documentationLink" : {
"url" : "https://github.com/hivemq/hivemq-edge/wiki/Protocol-adapters#http",
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html#http-adapter",
"external" : true
},
"provisioningLink" : {
Expand All @@ -100,7 +100,7 @@
"description" : "Connects HiveMQ Edge to S7-300, S7-400, S7-1200 & S7-1500 devices, reading data from the PLC into MQTT.",
"author" : "HiveMQ",
"documentationLink" : {
"url" : "https://github.com/hivemq/hivemq-edge/wiki/Protocol-adapters#s7",
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html#s7-adapter",
"external" : true
},
"provisioningLink" : {
Expand All @@ -119,7 +119,7 @@
"description" : "Connects HiveMQ Edge to devices supporting ADS, reading data from the PLC into MQTT.",
"author" : "HiveMQ",
"documentationLink" : {
"url" : "https://github.com/hivemq/hivemq-edge/wiki/Protocol-adapters#ads",
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html#ads-adapter",
"external" : true
},
"provisioningLink" : {
Expand All @@ -138,7 +138,7 @@
"description" : "Connects HiveMQ Edge to Rockwell / Allen-Bradley ControlLogix and CompactLogix devices supporting Ethernet IP, reading data from the PLC into MQTT.",
"author" : "HiveMQ",
"documentationLink" : {
"url" : "https://github.com/hivemq/hivemq-edge/wiki/Protocol-adapters#ethernetip-adapter",
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html#eip-adapter",
"external" : true
},
"provisioningLink" : {
Expand All @@ -157,7 +157,7 @@
"description" : "This adapter polls and publishes the content of files on regular basis.",
"author" : "HiveMQ",
"documentationLink" : {
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html",
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html#file-adapter",
"external" : true
},
"provisioningLink" : {
Expand Down
Loading