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

yong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 0aace4ed72 Issue 2518:fix error link (#3217)
0aace4ed72 is described below

commit 0aace4ed72cceebbc9719d51ee26c95890789e14
Author: leiwingqueen <[email protected]>
AuthorDate: Sun Apr 24 10:52:45 2022 +0800

    Issue 2518:fix error link (#3217)
    
    ### Motivation
    
    (Explain: why you're making that change, what is the problem you're trying 
to solve)
    [issue 2518](https://github.com/apache/bookkeeper/issues/2518)
    
    ### Changes
    
    just try to fix the error link.
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 29ed1e435f..739edfdb5e 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,13 @@ It is suitable for being used in following scenarios:
 ## Get Started
 
 * Checkout the project [website](https://bookkeeper.apache.org/).
-* *Concepts*: Start with the [basic 
concepts](https://bookkeeper.apache.org/docs/latest/getting-started/concepts/) 
of Apache BookKeeper.
+* *Concepts*: Start with the [basic 
concepts](https://bookkeeper.apache.org/docs/getting-started/concepts) of 
Apache BookKeeper.
   This will help you to fully understand the other parts of the documentation.
-* Follow the 
[Install](https://bookkeeper.apache.org/docs/latest/getting-started/installation/)
 guide to setup BookKeeper.
+* Follow the 
[Install](https://bookkeeper.apache.org/docs/getting-started/installation) 
guide to setup BookKeeper.
 
 ## Documentation
 
-Please visit the 
[Documentation](https://bookkeeper.apache.org/docs/latest/overview/overview/) 
from the project website for more information.
+Please visit the [Documentation](https://bookkeeper.apache.org/docs/overview/) 
from the project website for more information.
 
 ## Get In Touch
 

Reply via email to