Skip to content

Commit

Permalink
Fix kafka file link
Browse files Browse the repository at this point in the history
Fix kafka file link

Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr authored Mar 6, 2021
1 parent 40d4b1a commit d2e36f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ See [Kafka explorer](https://github.com/jlandersen/vscode-kafka/blob/master/docs

## Producing messages

Define simple producers in a `[.kafka](https://github.com/jlandersen/vscode-kafka/blob/master/docs/KafkaFile.md#kafkafile)` file, using the following format:
Define simple producers in a [.kafka](https://github.com/jlandersen/vscode-kafka/blob/master/docs/KafkaFile.md#kafkafile) file, using the following format:

```json
PRODUCER keyed-message
Expand All @@ -58,7 +58,7 @@ See [Producing messages](https://github.com/jlandersen/vscode-kafka/blob/master/

## Consuming messages

Consuming topics can be done by right-clicking on a topic in the Kafka explorer, from the command palette, or from a `[.kafka](https://github.com/jlandersen/vscode-kafka/blob/master/docs/KafkaFile.md#kafkafile)` file:
Consuming topics can be done by right-clicking on a topic in the Kafka explorer, from the command palette, or from a [.kafka](https://github.com/jlandersen/vscode-kafka/blob/master/docs/KafkaFile.md#kafkafile) file:

```
CONSUMER consumer-group-id
Expand All @@ -78,4 +78,4 @@ vscode-kafka is built using Github Actions. Here's how to download and install t
- Click on the most recent run,
- Locate the vscode-kafka artifact down the page and download it,
- Unzip the archive,
- Install the vscode-kafka-*.vsix extension by following these [instructions](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).
- Install the vscode-kafka-*.vsix extension by following these [instructions](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).

0 comments on commit d2e36f9

Please sign in to comment.