Skip to content

Commit

Permalink
[WEBSITE] Fix broken link to ledger-api#example-application
Browse files Browse the repository at this point in the history
Link should be to a section in same page

Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Sijie Guo <sijie@apache.org>

This closes #1764 from merlimat/fix-docs-link
  • Loading branch information
merlimat authored and sijie committed Oct 28, 2018
1 parent fcd63f9 commit d9444ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/docs/4.7.2/api/ledger-api.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions site/docs/4.8.0/api/ledger-api.md
Expand Up @@ -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

Expand Down Expand Up @@ -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

```
4 changes: 2 additions & 2 deletions site/docs/latest/api/ledger-api.md
Expand Up @@ -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

Expand Down Expand Up @@ -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

```

0 comments on commit d9444ba

Please sign in to comment.