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

sijie 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 d9444ba  [WEBSITE] Fix broken link to ledger-api#example-application
d9444ba is described below

commit d9444ba143c9cdba4af427afdd9f0b696c1d7683
Author: Matteo Merli <[email protected]>
AuthorDate: Sun Oct 28 06:30:23 2018 -0700

    [WEBSITE] Fix broken link to ledger-api#example-application
    
    Link should be to a section in same page
    
    Reviewers: Enrico Olivelli <[email protected]>, Sijie Guo 
<[email protected]>
    
    This closes #1764 from merlimat/fix-docs-link
---
 site/docs/4.7.2/api/ledger-api.md  | 2 +-
 site/docs/4.8.0/api/ledger-api.md  | 4 ++--
 site/docs/latest/api/ledger-api.md | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/site/docs/4.7.2/api/ledger-api.md 
b/site/docs/4.7.2/api/ledger-api.md
index d30c4c8..c22daeb 100644
--- a/site/docs/4.7.2/api/ledger-api.md
+++ b/site/docs/4.7.2/api/ledger-api.md
@@ -8,7 +8,7 @@ The ledger API is a lower-level API for BookKeeper that enables 
you to interact
 
 To get started with the Java client for BookKeeper, install the 
`bookkeeper-server` library as a dependency in your Java application.
 
-> For a more in-depth tutorial that involves a real use case for BookKeeper, 
see the [Example application](../example-application) guide.
+> For a more in-depth tutorial that involves a real use case for BookKeeper, 
see the [Example application](#example-application) guide.
 
 ## Installation
 
diff --git a/site/docs/4.8.0/api/ledger-api.md 
b/site/docs/4.8.0/api/ledger-api.md
index 3857361..2b44d47 100644
--- a/site/docs/4.8.0/api/ledger-api.md
+++ b/site/docs/4.8.0/api/ledger-api.md
@@ -8,7 +8,7 @@ The ledger API is a lower-level API for BookKeeper that enables 
you to interact
 
 To get started with the Java client for BookKeeper, install the 
`bookkeeper-server` library as a dependency in your Java application.
 
-> For a more in-depth tutorial that involves a real use case for BookKeeper, 
see the [Example application](../example-application) guide.
+> For a more in-depth tutorial that involves a real use case for BookKeeper, 
see the [Example application](#example-application) guide.
 
 ## Installation
 
@@ -837,5 +837,5 @@ WriteHandle wh = bk.newCreateLedgerOp()
 wh.force().get();  // wait for fsync, make data available to readers and to 
the replicator
 
 wh.close(); // seal the ledger
-    
+
 ```
diff --git a/site/docs/latest/api/ledger-api.md 
b/site/docs/latest/api/ledger-api.md
index b6cb0f0..22dacb5 100644
--- a/site/docs/latest/api/ledger-api.md
+++ b/site/docs/latest/api/ledger-api.md
@@ -8,7 +8,7 @@ The ledger API is a lower-level API for BookKeeper that enables 
you to interact
 
 To get started with the Java client for BookKeeper, install the 
`bookkeeper-server` library as a dependency in your Java application.
 
-> For a more in-depth tutorial that involves a real use case for BookKeeper, 
see the [Example application](../example-application) guide.
+> For a more in-depth tutorial that involves a real use case for BookKeeper, 
see the [Example application](#example-application) guide.
 
 ## Installation
 
@@ -837,5 +837,5 @@ WriteHandle wh = bk.newCreateLedgerOp()
 wh.force().get();  // wait for fsync, make data available to readers and to 
the replicator
 
 wh.close(); // seal the ledger
-    
+
 ```

Reply via email to