Skip to content

Commit e8b4a3b

Browse files
committed
Corrected links.
1 parent c4970af commit e8b4a3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/com/github/jcustenborder/kafka/connect/splunk/SplunkHttpSinkConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.Map;
2929

3030
@Description("The Sink Connector will transform data from a Kafka topic into a batch of json messages that will be written via HTTP to " +
31-
"a configured `Splunk Http Event Collector` <http://dev.splunk.com/view/event-collector/SP-CAAAE6M>`.")
31+
"a configured `Splunk Http Event Collector <http://dev.splunk.com/view/event-collector/SP-CAAAE6M>`_.")
3232
public class SplunkHttpSinkConnector extends SinkConnector {
3333
private static Logger log = LoggerFactory.getLogger(SplunkHttpSinkConnector.class);
3434
Map<String, String> settings;

src/main/java/com/github/jcustenborder/kafka/connect/splunk/SplunkHttpSourceConnector.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
import java.util.List;
2727
import java.util.Map;
2828

29-
@Description("The Splunk Source connector allows emulates a `Splunk Http Event Collector` <http://dev.splunk.com/view/event-collector/SP-CAAAE6M> to allow " +
29+
@Description("The Splunk Source connector allows emulates a `Splunk Http Event Collector <http://dev.splunk.com/view/event-collector/SP-CAAAE6M>`_ to allow " +
3030
"application that normally log to Splunk to instead write to Kafka. The goal of this plugin is to make the change nearly " +
31-
"transparent to the user. This plugin currently has support for `X-Forwarded-For <https://en.wikipedia.org/wiki/X-Forwarded-For>` so " +
31+
"transparent to the user. This plugin currently has support for `X-Forwarded-For <https://en.wikipedia.org/wiki/X-Forwarded-For>`_ so " +
3232
"it will sit behind a load balancer nicely.")
3333
@DocumentationImportant("This connector listens on a network port. Running more than one task or running in distributed " +
3434
"mode can cause some undesired effects if another task already has the port open. It is recommended that you run this " +

0 commit comments

Comments
 (0)