Skip to content

Commit e31bb29

Browse files
Merge pull request #73 from du5/patch-1
update links
2 parents 3424115 + 0b0da29 commit e31bb29

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# mdbx-go
22

3-
Go bindings to the libmdbx: https://erthink.github.io/libmdbx/
3+
Go bindings to the libmdbx: https://libmdbx.dqdkfa.ru
44

55
Most of articles in internet about LMDB are applicable to MDBX. But mdbx has more features.
66

7-
For deeper DB understanding please read through [mdbx.h](https://github.com/erthink/libmdbx/blob/master/mdbx.h)
7+
For deeper DB understanding please read through [mdbx.h](https://gitflic.ru/project/erthink/libmdbx/blob?file=mdbx.h)
88

99
## Min Requirements
1010

@@ -52,8 +52,8 @@ mdbx-go is to provide idiomatic database interactions without compromising the f
5252

5353
**NOTE:** While the mdbx package tries hard to make MDBX as easy to use as possible there are compromises, gotchas, and
5454
caveats that application developers must be aware of when relying on MDBX to store their data. All users are encouraged
55-
to fully read the [documentation](https://erthink.github.io/libmdbx/) so they are aware of these caveats. And even
56-
better if read through [mdbx.h](https://github.com/erthink/libmdbx/blob/master/mdbx.h)
55+
to fully read the [documentation](https://libmdbx.dqdkfa.ru) so they are aware of these caveats. And even
56+
better if read through [mdbx.h](https://gitflic.ru/project/erthink/libmdbx/blob?file=mdbx.h)
5757

5858
### High Performance notices
5959

@@ -89,8 +89,8 @@ Use NoReadahead if Data > RAM
8989

9090
- Its simpler design and implementation in pure Go mean it is free of many caveats and gotchas which are present using
9191
the MDBX package. For more information about caveats with the MDBX package, consult its
92-
[documentation](https://erthink.github.io/libmdbx/) so they are aware of these caveats. And even better if read
93-
through [mdbx.h](https://github.com/erthink/libmdbx/blob/master/mdbx.h).
92+
[documentation](https://libmdbx.dqdkfa.ru) so they are aware of these caveats. And even better if read
93+
through [mdbx.h](https://gitflic.ru/project/erthink/libmdbx/blob?file=mdbx.h).
9494

9595
### Advantages of MDBX
9696

@@ -121,8 +121,8 @@ On FreeBSD 10, you must explicitly set `CC` (otherwise it will fail with a crypt
121121
## Documentation
122122

123123
- Examples see in *_test.go files of this repo
124-
- [The MDBX](https://erthink.github.io/libmdbx/) And even better if read
125-
through [mdbx.h](https://github.com/erthink/libmdbx/blob/master/mdbx.h).
124+
- [The MDBX](https://libmdbx.dqdkfa.ru) And even better if read
125+
through [mdbx.h](https://gitflic.ru/project/erthink/libmdbx/blob?file=mdbx.h).
126126
- [godoc.org](https://godoc.org/github.com/torquem-ch/mdbx-go)
127127
- [The LMDB](http://symas.com/lmdb/)
128128

0 commit comments

Comments
 (0)