From d378f3613f2849b6e59271218fd5a1c6481090c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bouyssi=C3=A9?= <6719996+david-bouyssie@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:51:50 +0100 Subject: [PATCH] Update links in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6d4f636..241a8d3 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ To use in `sbt`, replace `x.y.z` with the latest version number (currently 0.1.0 If you are not familiar with Scala Native, please follow the relative [Getting Started](https://scala-native.readthedocs.io/en/latest/user/setup.html) instructions. -Additionally, you need to install [LIBMDBX](https://erthink.github.io/libmdbx/usage.html) on your system as follows: +Additionally, you need to install [LIBMDBX](https://gitflic.ru/project/erthink/libmdbx) on your system as follows: ``` -git clone https://github.com/erthink/libmdbx.git ../libmdbx --branch v0.7.0 +git clone https://gitflic.ru/project/erthink/libmdbx.git ../libmdbx --branch v0.7.0 make -C ../libmdbx dist ``` @@ -41,7 +41,7 @@ nativeLinkingOptions ++= Seq("-L" ++ baseDirectory.value.getAbsolutePath() ++ "/ ``` ## Useful links: -* [LIBMDBX Github](https://github.com/erthink/libmdbx) -* [LIBMDBX documentation](https://erthink.github.io/libmdbx/) +* [LIBMDBX Github](https://gitflic.ru/project/erthink/libmdbx) +* [LIBMDBX documentation](https://libmdbx.dqdkfa.ru/) * [MDBX JNI Github](https://github.com/castortech/mdbxjni) -* [A blog article about a Rust wrapper for MDBX](https://rmw.link/log/2021-12-21-mdbx.html) \ No newline at end of file +* [A blog article about a Rust wrapper for MDBX](https://rmw.link/log/2021-12-21-mdbx.html)