Skip to content

Commit 382ac55

Browse files
committed
docs: fix renaming in client library documentation
1 parent feceb62 commit 382ac55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/website/root/manual/develop/nodes/mithril-client-library.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ async fn main() -> mithril_client::MithrilResult<()> {
242242

243243
Snapshot download and certificate chain validation can take quite some time, even with a fast computer and network. We have implemented a feedback mechanism for them; more details are available in the [feedback sub-module](https://mithril.network/rust-doc/mithril_client/feedback/index.html).
244244

245-
An example of implementation with the crate [indicatif](https://crates.io/crates/indicatif) is available in the [Mithril repository](https://github.com/input-output-hk/mithril/tree/main/examples/client-snapshot/src/main.rs). To run it, execute the following command:
245+
An example of implementation with the crate [indicatif](https://crates.io/crates/indicatif) is available in the [Mithril repository](https://github.com/input-output-hk/mithril/tree/main/examples/client-cardano-database/src/main.rs). To run it, execute the following command:
246246

247247
```bash
248-
cargo run -p client-snapshot
248+
cargo run -p client-cardano-database
249249
```
250250

251251
or directly from the example crate directory:
@@ -358,10 +358,10 @@ async fn main() -> mithril_client::MithrilResult<()> {
358358

359359
:::info
360360

361-
An full example is available in the [Mithril repository](https://github.com/input-output-hk/mithril/tree/main/examples/client-cardano-database/src/main.rs). To run it, execute the following command:
361+
An full example is available in the [Mithril repository](https://github.com/input-output-hk/mithril/tree/main/examples/client-cardano-database-v2/src/main.rs). To run it, execute the following command:
362362

363363
```bash
364-
cargo run -p client-cardano-database
364+
cargo run -p client-cardano-database-v2
365365
```
366366

367367
or directly from the example crate directory:

0 commit comments

Comments
 (0)