You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2021/02/19 10:53:39 UTC

[kafka-site] branch asf-site updated: Update the old anchor #intro_topic into the new one (#331)

This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 646715f  Update the old anchor #intro_topic into the new one (#331)
646715f is described below

commit 646715f8964f1f0eec9f010d6b8573ac31f87b90
Author: Luke Chen <43...@users.noreply.github.com>
AuthorDate: Fri Feb 19 18:53:29 2021 +0800

    Update the old anchor #intro_topic into the new one (#331)
    
    
    Reviewers: Mickael Maison <mi...@gmail.com>
---
 27/quickstart.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/27/quickstart.html b/27/quickstart.html
index 58cf2c0..8482f81 100644
--- a/27/quickstart.html
+++ b/27/quickstart.html
@@ -82,7 +82,7 @@ $ bin/kafka-server-start.sh config/server.properties</code></pre>
       <p>
           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
-          <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.
       </p>
 
@@ -95,7 +95,7 @@ $ bin/kafka-server-start.sh config/server.properties</code></pre>
       <p>
           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
-          <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:
       </p>