Skip to content

Commit 987331f

Browse files
authored
doc: Update doc link for database protocol adapter (#1051)
1 parent dfdce15 commit 987331f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hivemq-edge/src/main/resources/hivemq-edge-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"description" : "Connects HiveMQ Edge to existing databases (MySQL, PostgresSQL or MS SQL).",
215215
"author" : "HiveMQ",
216216
"documentationLink" : {
217-
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html",
217+
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html#databases-protocol-adapter",
218218
"external" : true
219219
},
220220
"provisioningLink" : {

modules/hivemq-edge-module-databases/src/main/java/com/hivemq/edge/adapters/databases/DatabasesProtocolAdapterInformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected DatabasesProtocolAdapterInformation() {
7272
public @NotNull String getUrl() {
7373
// this url will be displayed in the ui as a link to further documentation on this protocol adapter.
7474
// e.g. this could be a link to the source code and a readme
75-
return "TO BE DEFINED";
75+
return "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html#databases-protocol-adapter";
7676
}
7777

7878
@Override

0 commit comments

Comments
 (0)