From cedb4865c37e0679c3a107e76c40b72b5649d208 Mon Sep 17 00:00:00 2001 From: battlmonstr <battlmonstr@users.noreply.github.com> Date: Thu, 21 Apr 2022 18:32:25 +0200 Subject: [PATCH] docs: update libmdbx links (#3929) --- docs/programmers_guide/db_faq.md | 4 ++-- docs/programmers_guide/dupsort.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/programmers_guide/db_faq.md b/docs/programmers_guide/db_faq.md index 81ac71f57f..8a9d79fce4 100644 --- a/docs/programmers_guide/db_faq.md +++ b/docs/programmers_guide/db_faq.md @@ -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 diff --git a/docs/programmers_guide/dupsort.md b/docs/programmers_guide/dupsort.md index 10017ee5aa..cdab314cfe 100644 --- a/docs/programmers_guide/dupsort.md +++ b/docs/programmers_guide/dupsort.md @@ -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 --------- -- GitLab