diff options
-rw-r--r-- | _articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.md b/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.md index 3ac4683..8825c7f 100644 --- a/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.md +++ b/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.md @@ -220,9 +220,9 @@ and property-based testing for libedn. [cbindgen-crate]: https://github.com/eqrion/cbindgen [syn-crate]: https://github.com/dtolnay/syn [rust-ffi]: https://blog.eqrion.net/future-directions-for-cbindgen/ -[x-bindgen-repo]: https://git.euandreh.xyz/x-bindgen/about -[libedn-repo]: https://git.euandreh.xyz/libedn/about -[parsecc-repo]: https://git.euandreh.xyz/parsecc/about +[x-bindgen-repo]: https://git.euandreh.xyz/x-bindgen/ +[libedn-repo]: https://git.euandreh.xyz/libedn/ +[parsecc-repo]: https://git.euandreh.xyz/parsecc/ ## Conclusion |