chia7712 commented on code in PR #21460:
URL: https://github.com/apache/kafka/pull/21460#discussion_r2797610342


##########
docs/getting-started/quickstart.md:
##########
@@ -87,14 +87,14 @@ Start the Kafka Docker container:
 
 Kafka is a distributed _event streaming platform_ that lets you read, write, 
store, and process [_events_](/documentation/#messages) (also called _records_ 
or _messages_ in the documentation) across many machines. 
 
-Example events are payment transactions, geolocation updates from mobile 
phones, shipping orders, sensor measurements from IoT devices or medical 
equipment, and much more. These events are organized and stored in 
[_topics_](/documentation/#intro_concepts_and_terms). Very simplified, a topic 
is similar to a folder in a filesystem, and the events are the files in that 
folder. 
+Example events are payment transactions, geolocation updates from mobile 
phones, shipping orders, sensor measurements from IoT devices or medical 
equipment, and much more. These events are organized and stored in 
[_topics_](../introduction/#main-concepts-and-terminology). Very simplified, a 
topic is similar to a folder in a filesystem, and the events are the files in 
that folder. 

Review Comment:
   Is `../introduction/#main-concepts-and-terminology` a correct path? I assume 
the correct one is `introduction.md/#main-concepts-and-terminology`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to