diff options
author | EuAndreh <eu@euandre.org> | 2022-11-26 18:44:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-26 20:29:13 -0300 |
commit | c02760513a1fb291cb32b2fe044470da26daee7f (patch) | |
tree | df90c9ac8003245d42786534ccb430e1f7192bcf /_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.md | |
parent | dynamic.mk: Move iroh -> toph, update remote path (diff) | |
download | euandre.org-c02760513a1fb291cb32b2fe044470da26daee7f.tar.gz euandre.org-c02760513a1fb291cb32b2fe044470da26daee7f.tar.xz |
Replace kuvira -> toph
git grep -l euandreh.xyz |
xargs sed -i 's|euandreh.xyz/\(.*\).git|euandre.org/git/\1|'
Plus a few other manual changes.
Diffstat (limited to '')
-rw-r--r-- | _articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.md | 12 |
1 files changed, 6 insertions, 6 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 483af12..05e800e 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 @@ -74,11 +74,11 @@ This code [already exists][clj-poc], but is yet fairly incomplete: [than][clj-poc-o2-1] [one][clj-poc-o2-2] occurrence of `O²` functions; - no query support yet. -[clj-poc]: https://euandreh.xyz/mediator.git/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n1 -[clj-poc-index]: https://euandreh.xyz/mediator.git/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n295 -[clj-poc-o2-0]: https://euandreh.xyz/mediator.git/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n130 -[clj-poc-o2-1]: https://euandreh.xyz/mediator.git/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n146 -[clj-poc-o2-2]: https://euandreh.xyz/mediator.git/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n253 +[clj-poc]: https://euandre.org/git/mediator/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n1 +[clj-poc-index]: https://euandre.org/git/mediator/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n295 +[clj-poc-o2-0]: https://euandre.org/git/mediator/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n130 +[clj-poc-o2-1]: https://euandre.org/git/mediator/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n146 +[clj-poc-o2-2]: https://euandre.org/git/mediator/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n253 ## Top-down *and* bottom-up @@ -224,7 +224,7 @@ 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/ -[libedn-repo]: https://euandreh.xyz/libedn.git/ +[libedn-repo]: https://euandre.org/git/libedn/ ## Conclusion |