Skip to content

Commit 3b69b26

Browse files
committed
Fixing documentation links
1 parent 6bb5507 commit 3b69b26

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var clusters = [
7373
* Use `COLOR` to set different header colors for each set up cluster.
7474

7575
### Supported Connectors
76-
For our [DM connectors](http://www.landoop.com/capabilities/kafka-connectors/) we have a template of metadata within the `supported-connectors.js`. In any case you will be shown all the existing connectors in your classpath with all the required fields to set them up.
76+
For our [25+ stream-reactor Kafka Connectors](http://www.landoop.com/kafka/connectors/) we have a template of metadata within the `supported-connectors.js`. In any case you will be shown all the existing connectors in your classpath with all the required fields to set them up.
7777

7878
## Changelog
7979
[Here](https://github.com/Landoop/kafka-connect-ui/releases)

src/supported-connectors.js

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var supportedConnectorsTemplates = [
8282
uiEnabled: true,
8383
color: "#a65674",
8484
class: "com.datamountaineer.streamreactor.connect.bloomberg.BloombergSourceConnector",
85-
docs: "http://docs.datamountaineer.com/en/latest/bloomberg.html",
85+
docs: "//docs.datamountaineer.com/en/latest/bloomberg.html",
8686
author:'Landoop - Stream Reactor'
8787
},
8888
{
@@ -93,7 +93,7 @@ var supportedConnectorsTemplates = [
9393
uiEnabled: true,
9494
color: "pink",
9595
class: "com.datamountaineer.streamreactor.connect.jms.source.JMSSourceConnector",
96-
docs: "http://docs.datamountaineer.com/en/latest/jms-source.html",
96+
docs: "//docs.datamountaineer.com/en/latest/jms-source.html",
9797
author:'Landoop - Stream Reactor'
9898
},
9999
{
@@ -104,7 +104,7 @@ var supportedConnectorsTemplates = [
104104
uiEnabled: true,
105105
color: "#5B346C",
106106
class: "com.datamountaineer.streamreactor.connect.mqtt.source.MqttSourceConnector",
107-
docs: "com.datamountaineer.streamreactor.connect.mqtt.source.MqttSourceConnector.html",
107+
docs: "//docs.datamountaineer.com/en/latest/mqtt.html",
108108
author:'Landoop - Stream Reactor'
109109
},
110110
{
@@ -115,7 +115,7 @@ var supportedConnectorsTemplates = [
115115
color: "#4A3A41",
116116
uiEnabled: true,
117117
class: "com.datamountaineer.streamreactor.connect.rethink.source.ReThinkSourceConnector",
118-
docs: "http://docs.datamountaineer.com/en/latest/mqtt.html",
118+
docs: "//docs.datamountaineer.com/en/latest/rethink-source.html",
119119
author:'Landoop - Stream Reactor'
120120
},
121121
{
@@ -126,7 +126,7 @@ var supportedConnectorsTemplates = [
126126
color: "#3A3A3A",
127127
uiEnabled: true,
128128
class: "com.datamountaineer.streamreactor.connect.coap.source.CoapSourceConnector",
129-
docs: "http://docs.datamountaineer.com/en/latest/coap-source.html",
129+
docs: "//docs.datamountaineer.com/en/latest/coap-source.html",
130130
author:'Landoop - Stream Reactor'
131131
},
132132
{
@@ -168,7 +168,7 @@ var supportedConnectorsTemplates = [
168168
type: "Sink",
169169
uiEnabled: true,
170170
class: "com.datamountaineer.streamreactor.connect.elastic.ElasticSinkConnector",
171-
docs: "http://docs.datamountaineer.com/en/latest/elastic.html",
171+
docs: "//docs.datamountaineer.com/en/latest/elastic.html",
172172
author:'Landoop - Stream Reactor'
173173
},
174174
{
@@ -179,7 +179,7 @@ var supportedConnectorsTemplates = [
179179
type: "Sink",
180180
uiEnabled: true,
181181
class: "com.datamountaineer.streamreactor.connect.elastic5.ElasticSinkConnector",
182-
docs: "http://docs.datamountaineer.com/en/latest/elastic5.html",
182+
docs: "//docs.datamountaineer.com/en/latest/elastic5.html",
183183
author:'Landoop - Stream Reactor'
184184
},
185185
{
@@ -190,7 +190,7 @@ var supportedConnectorsTemplates = [
190190
type: "Sink",
191191
uiEnabled: true,
192192
class: "com.datamountaineer.streamreactor.connect.mqtt.sink.MqttSinkConnector",
193-
docs: "http://docs.datamountaineer.com/en/latest/mqtt-sink.html",
193+
docs: "//docs.datamountaineer.com/en/latest/mqtt-sink.html",
194194
author:'Landoop - Stream Reactor'
195195
},
196196
{
@@ -201,7 +201,7 @@ var supportedConnectorsTemplates = [
201201
type: "Sink",
202202
color: "#1a9f85",
203203
class: "com.datamountaineer.streamreactor.connect.cassandra.sink.CassandraSinkConnector",
204-
docs: "http://docs.datamountaineer.com/en/latest/cassandra-sink.html",
204+
docs: "//docs.datamountaineer.com/en/latest/cassandra-sink.html",
205205
author:'Landoop - Stream Reactor'
206206
},
207207
{
@@ -212,7 +212,7 @@ var supportedConnectorsTemplates = [
212212
type: "Sink",
213213
color: "#0090BA",
214214
class: "com.datamountaineer.streamreactor.connect.influx.InfluxSinkConnector",
215-
docs: "http://docs.datamountaineer.com/en/latest/influx.html",
215+
docs: "//docs.datamountaineer.com/en/latest/influx.html",
216216
author:'Landoop - Stream Reactor'
217217
},
218218
{
@@ -223,7 +223,7 @@ var supportedConnectorsTemplates = [
223223
color: "#609959",
224224
uiEnabled: true,
225225
class: "com.datamountaineer.streamreactor.connect.mongodb.sink.MongoSinkConnector",
226-
docs: "http://docs.datamountaineer.com/en/latest/mongo-sink.html",
226+
docs: "//docs.datamountaineer.com/en/latest/mongo-sink.html",
227227
author:'Landoop - Stream Reactor'
228228
},
229229
{
@@ -234,7 +234,7 @@ var supportedConnectorsTemplates = [
234234
uiEnabled: true,
235235
color: "#002A36",
236236
class: "com.datamountaineer.streamreactor.connect.hazelcast.sink.HazelCastSinkConnector",
237-
docs: "http://docs.datamountaineer.com/en/latest/hazelcast.html",
237+
docs: "//docs.datamountaineer.com/en/latest/hazelcast.html",
238238
author:'Landoop - Stream Reactor'
239239
},
240240
{
@@ -265,7 +265,7 @@ var supportedConnectorsTemplates = [
265265
color: "#3A3A3A",
266266
uiEnabled: true,
267267
class: "com.datamountaineer.streamreactor.connect.azure.documentdb.sink.DocumentDbSinkConnector",
268-
docs: "http://docs.datamountaineer.com/en/latest/azuredocdb-sink.html",
268+
docs: "//docs.datamountaineer.com/en/latest/azuredocdb-sink.html",
269269
author:'Landoop - Stream Reactor'
270270
},
271271
{
@@ -276,7 +276,7 @@ var supportedConnectorsTemplates = [
276276
uiEnabled: true,
277277
color: "#D8291F",
278278
class: "com.datamountaineer.streamreactor.connect.redis.sink.RedisSinkConnector",
279-
docs: "http://docs.datamountaineer.com/en/latest/redis.html",
279+
docs: "//docs.datamountaineer.com/en/latest/redis.html",
280280
author:'Landoop - Stream Reactor'
281281
},
282282
{
@@ -287,7 +287,7 @@ var supportedConnectorsTemplates = [
287287
uiEnabled: true,
288288
color: "#549998",
289289
class: "com.datamountaineer.streamreactor.connect.kudu.sink.KuduSinkConnector",
290-
docs: "http://docs.datamountaineer.com/en/latest/kudu.html",
290+
docs: "//docs.datamountaineer.com/en/latest/kudu.html",
291291
author:'Landoop - Stream Reactor'
292292
},
293293
{
@@ -298,7 +298,7 @@ var supportedConnectorsTemplates = [
298298
uiEnabled: true,
299299
color: "#879171",
300300
class: "com.datamountaineer.streamreactor.connect.jms.sink.JMSSinkConnector",
301-
docs: "http://docs.datamountaineer.com/en/latest/jms.html",
301+
docs: "//docs.datamountaineer.com/en/latest/jms.html",
302302
author:'Landoop - Stream Reactor'
303303
},
304304
{
@@ -318,7 +318,7 @@ var supportedConnectorsTemplates = [
318318
description: 'A sink connector to write Kafka data into VoltDB',
319319
color: "#e8371b",
320320
class: "com.datamountaineer.streamreactor.connect.voltdb.VoltSinkConnector",
321-
docs: "http://docs.datamountaineer.com/en/latest/voltdb.html",
321+
docs: "//docs.datamountaineer.com/en/latest/voltdb.html",
322322
author:'Landoop - Stream Reactor'
323323
},
324324
{
@@ -339,7 +339,7 @@ var supportedConnectorsTemplates = [
339339
color: "#3A3A3A",
340340
uiEnabled: true,
341341
class: "com.datamountaineer.streamreactor.connect.coap.sink.CoapSinkConnector",
342-
docs: "http://docs.datamountaineer.com/en/latest/coap-sink.html",
342+
docs: "//docs.datamountaineer.com/en/latest/coap-sink.html",
343343
author:'Landoop - Stream Reactor'
344344
},
345345
{
@@ -350,7 +350,7 @@ var supportedConnectorsTemplates = [
350350
uiEnabled: true,
351351
color: "#6d1c7c",
352352
class: "com.datamountaineer.streamreactor.connect.hbase.HbaseSinkConnector",
353-
docs: "com.datamountaineer.streamreactor.connect.hbase.HbaseSinkConnector.html",
353+
docs: "//docs.datamountaineer.com/en/latest/hbase.html",
354354
author:'Landoop - Stream Reactor'
355355
},
356356
{
@@ -361,7 +361,7 @@ var supportedConnectorsTemplates = [
361361
uiEnabled: true,
362362
color: "#4A3A41",
363363
class: "com.datamountaineer.streamreactor.connect.rethink.sink.ReThinkSinkConnector",
364-
docs: "http://docs.datamountaineer.com/en/latest/hbase.html",
364+
docs: "//docs.datamountaineer.com/en/latest/rethink.html",
365365
author:'Landoop - Stream Reactor'
366366
},
367367
{

0 commit comments

Comments
 (0)