Skip to content

Commit fdd105d

Browse files
authored
Merge pull request #349 from uniphil/patch-1
fix link to examples
2 parents b82e9df + 98de7c3 commit fdd105d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Rust-centric [LMDB](https://en.wikipedia.org/wiki/Lightning_Memory-Mapped_Databa
1212

1313
## Simple Example Usage
1414

15-
Here is an example on how to store and read entries into LMDB in a safe and ACID way. For usage examples, see [examples/](examples/). To see more advanced usage techniques go check our [Cookbook](https://docs.rs/heed/latest/heed/cookbook/index.html).
15+
Here is an example on how to store and read entries into LMDB in a safe and ACID way. For usage examples, see [heed/examples/](heed/examples/). To see more advanced usage techniques go check our [Cookbook](https://docs.rs/heed/latest/heed/cookbook/index.html).
1616

1717
```rust
1818
use std::fs;

0 commit comments

Comments
 (0)