diff --git a/README.md b/README.md index f0f7d0a..d64bb00 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Once built, the output is a single JAR `target/kafka-connect-mq-sink--j ## Running the connector For step-by-step instructions, see the following guides for running the connector: - - connecting to Apache Kafka [running locally](UsingMQWithKafkaConnect.md) + - connecting to Apache Kafka [running locally](UsingMQwithKafkaConnect.md) - connecting to an installation of [IBM Event Streams](https://ibm.github.io/event-streams/connecting/mq/sink) To run the connector, you must have: diff --git a/UsingMQwithKafkaConnect.md b/UsingMQwithKafkaConnect.md index 4fb404c..bf728b2 100644 --- a/UsingMQwithKafkaConnect.md +++ b/UsingMQwithKafkaConnect.md @@ -147,7 +147,7 @@ Configure and run the connector: 1. Change directory to the Kafka root directory. Start the connector worker replacing `` and `` with your directory and the connector version: ``` shell - CLASSPATH=/target/kafka-connect-mq-sink--jar-with-dependencies.jar bin/kafka-connect-standalone config/connect-standalone.properties ~/mq-sink.properties + CLASSPATH=/target/kafka-connect-mq-sink--jar-with-dependencies.jar ./bin/connect-standalone.sh config/connect-standalone.properties ~/mq-sink.properties ``` The log output will include the following messages that indicate the connector worker has started and successfully connected to IBM MQ: ```