You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2019/07/27 12:49:00 UTC

[bookkeeper] branch master updated: Issue #2130 : Fix for broken URLs

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

eolivelli 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 38e0c2d  Issue #2130 : Fix for broken URLs
38e0c2d is described below

commit 38e0c2d3ccc1a3f31c6c1f47c5ab059962eb1a8b
Author: Pavan Kumar Chaitanya L <pa...@gmail.com>
AuthorDate: Sat Jul 27 05:48:56 2019 -0700

    Issue #2130 : Fix for broken URLs
    
    Fixed broken URLs in README for Programmer Guide, Tutorial and Java API.
    
    Descriptions of the changes in this PR:
    
    Updated the URLs.
    
    ### Motivation
    Wanted to go through the tutorial when I came to the repo and found the links were broken in the README.
    ### Changes
    
    
    Master Issue: #2130
    
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Sijie Guo <None>
    
    This closes #2131 from pavankumarchaitanya/master, closes #2130
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index aeeac68..b8d55c9 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,9 @@ It is suitable for being used in following scenarios:
 
 ### Developers
 
-* [Programmer Guide](http://bookkeeper.apache.org/docs/master/bookkeeperProgrammer.html)
-* [Tutorial](http://bookkeeper.apache.org/docs/master/bookkeeperTutorial.html)
-* [Java API](http://bookkeeper.apache.org/docs/master/apidocs/)
+* [Programmer Guide](https://bookkeeper.apache.org/archives/docs/master/bookkeeperProgrammer.html)
+* [Tutorial](https://bookkeeper.apache.org/archives/docs/master/bookkeeperTutorial.html)
+* [Java API](https://bookkeeper.apache.org/archives/docs/master/apidocs/)
 
 You can also read [Turning Ledgers into Logs](http://bookkeeper.apache.org/docs/master/bookkeeperLedgers2Logs.html) to learn how to turn **ledgers** into continuous **log streams**.
 If you are looking for a high level **log stream** API, you can checkout [DistributedLog](http://distributedlog.io).