summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2024-06-16 20:19:11 +0000
committerGitHub <noreply@github.com>2024-06-16 20:19:11 +0000
commite4e764beed2bcab3f7bc63a44b7001ef44c5bd3a (patch)
tree88371e5304eade3869fd4ce3f6c7a23b042a3e40
parentPrefill status message dialog with current status (diff)
parentFix LMDB link README (the previous one led to an error page) (diff)
downloadnheko-e4e764beed2bcab3f7bc63a44b7001ef44c5bd3a.tar.xz
Merge pull request #1747 from ell1e/patch-1
Fix LMDB link in the README since the previous one led to an error page
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8bd3299..2dc297d5 100644
--- a/README.md
+++ b/README.md
@@ -251,7 +251,7 @@ KDE has similar plugins, that can extend the supported image types even more.
 - CMake 3.15 or greater. (Lower version may work, but may break boost linking)
 - [mtxclient](https://github.com/Nheko-Reborn/mtxclient)
 - [coeurl](https://nheko.im/nheko-reborn/coeurl)
-- [LMDB](https://symas.com/lightning-memory-mapped-database/)
+- [LMDB](https://www.symas.com/lmdb)
 - [lmdb++](https://github.com/hoytech/lmdbxx) (0.9.14 too old)
 - [cmark](https://github.com/commonmark/cmark) 0.29 or greater.
 - [libolm](https://gitlab.matrix.org/matrix-org/olm)