sijie closed pull request #1764: [website] Fix broken link to 
ledger-api#example-application
URL: https://github.com/apache/bookkeeper/pull/1764
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/docs/4.7.2/api/ledger-api.md 
b/site/docs/4.7.2/api/ledger-api.md
index d30c4c8e4c..c22daeb121 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 3857361011..2b44d47e99 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 b6cb0f02a9..22dacb59d6 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
-    
+
 ```


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to