Skip to content

Commit

Permalink
Fix README.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Mar 21, 2024
1 parent 8ea1a2c commit b8b36ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _Extend Kafka topics to the web effortlessly. Stream real-time data to mobile an

- [Introduction](#introduction)
- [Features](#features)
- [Quick Start: Set up in 5 minutes](#quick-start)
- [Quick Start: Set up in 5 minutes](#quick-start-set-up-in-5-minutes)
- [Run](#run)
- [Installation](#installation)
- [Requirements](#requirements)
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-producer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Producer for the Quick Start App

This folder contains the Gradle project of the Kafka native producer used for the _Quick Start_ App. See the [Quick Start](../../README.md#quick-start) section for more details.
This folder contains the Gradle project of the Kafka native producer used for the _Quick Start_ App. See the [Quick Start](../../README.md#quick-start-set-up-in-5-minutes) section for more details.

To build the producer:

Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-ssl/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quick Start SSL

This folder contains a variant of the [_Quick Start_](../../README.md#quick-start) app configured to establish a secure connection with the Kafka broker.
This folder contains a variant of the [_Quick Start_](../../README.md#quick-start-set-up-in-5-minutes) app configured to establish a secure connection with the Kafka broker.

The [docker-compose.yml](docker-compose.yml) file has been revised to enable support for SSL, as follows:

Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Quick Start

This folder contains all the resources needed to launch the _Quick Start_ app. See the [Quick Start](../../README.md#quick-start) section for more details.
This folder contains all the resources needed to launch the _Quick Start_ app. See the [Quick Start](../../README.md#quick-start-set-up-in-5-minutes) section for more details.

0 comments on commit b8b36ea

Please sign in to comment.