MINOR: Fix broken link in quickstart.html (#10161)

Update the old anchor #intro_topic to #intro_concepts_and_terms

Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
Luke Chen 2021-02-19 19:36:12 +08:00 committed by GitHub
parent a524a751c1
commit b17f70ed66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ $ bin/kafka-server-start.sh config/server.properties</code></pre>
<p> <p>
Example events are payment transactions, geolocation updates from mobile phones, shipping orders, sensor measurements 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 from IoT devices or medical equipment, and much more. These events are organized and stored in
<a href="/documentation/#intro_topics"><em>topics</em></a>. <a href="/documentation/#intro_concepts_and_terms"><em>topics</em></a>.
Very simplified, a topic is similar to a folder in a filesystem, and the events are the files in that folder. Very simplified, a topic is similar to a folder in a filesystem, and the events are the files in that folder.
</p> </p>
@ -95,7 +95,7 @@ $ bin/kafka-server-start.sh config/server.properties</code></pre>
<p> <p>
All of Kafka's command line tools have additional options: run the <code>kafka-topics.sh</code> command without any All of Kafka's command line tools have additional options: run the <code>kafka-topics.sh</code> command without any
arguments to display usage information. For example, it can also show you arguments to display usage information. For example, it can also show you
<a href="/documentation/#intro_topics">details such as the partition count</a> <a href="/documentation/#intro_concepts_and_terms">details such as the partition count</a>
of the new topic: of the new topic:
</p> </p>