diff options
author | EuAndreh <eu@euandre.org> | 2021-02-08 19:54:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-08 19:55:28 -0300 |
commit | 0a132574dc09424d390453c9bdae53b062c91350 (patch) | |
tree | 15fcf1645477c5a6c02b2f0062083d1c97522c93 /_articles | |
parent | Use permalink on Git repo (diff) | |
download | euandre.org-0a132574dc09424d390453c9bdae53b062c91350.tar.gz euandre.org-0a132574dc09424d390453c9bdae53b062c91350.tar.xz |
point to README on Git server
Diffstat (limited to '')
-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 8825c7f..3ac4683 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/ -[libedn-repo]: https://git.euandreh.xyz/libedn/ -[parsecc-repo]: https://git.euandreh.xyz/parsecc/ +[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 ## Conclusion |