You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Bernard A. Badger (Jira)" <ji...@apache.org> on 2019/10/24 20:10:00 UTC

[jira] [Created] (KAFKA-9097) URL needs update - use https://kafka.apache.org/quickstart

Bernard A. Badger created KAFKA-9097:
----------------------------------------

             Summary: URL needs update - use https://kafka.apache.org/quickstart
                 Key: KAFKA-9097
                 URL: https://issues.apache.org/jira/browse/KAFKA-9097
             Project: Kafka
          Issue Type: Bug
          Components: documentation
            Reporter: Bernard A. Badger


Use better URL for instructions in  README.md, https://kafka.apache.org/quickstart
{noformat}
$ git diff HEAD^
diff --git a/README.md b/README.md
index 308d9df8c..7095c161f 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Now everything else will work.
### Build a jar and run it ###
./gradlew jar
 
-Follow instructions in https://kafka.apache.org/documentation.html#quickstart
+Follow instructions in https://kafka.apache.org/quickstart
 
 ### Build source jar ###
./gradlew srcJar
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)