docs: update libmdbx links (#3929)

This commit is contained in:
battlmonstr 2022-04-21 18:32:25 +02:00 committed by GitHub
parent 5058e45e6b
commit cedb4865c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ We have Go, Rust and C++ implementations of `RoKV` interface.
Rationale and Architecture of DB interface: [./../../ethdb/Readme.md](../../ethdb/Readme.md)
MDBX docs: [erthink.github.io/libmdbx/](https://erthink.github.io/libmdbx/)
and [https://github.com/erthink/libmdbx/blob/master/mdbx.h](https://github.com/erthink/libmdbx/blob/master/mdbx.h)
MDBX: [docs](https://libmdbx.website.yandexcloud.net)
and [mdbx.h](https://github.com/torquem-ch/libmdbx/blob/master/mdbx.h)
### How RAM used

View File

@ -145,7 +145,7 @@ feature DupFixed (can add this flag to table configuration).
It means in 1 db call you can Get/Put up to 4Kb of sub-table keys.
[mdbx docs](https://github.com/erthink/libmdbx/blob/master/mdbx.h)
[see mdbx.h](https://github.com/torquem-ch/libmdbx/blob/master/mdbx.h)
Erigon
---------