diff options
author | tcmal <tcmal> | 2023-05-24 19:17:17 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-01 17:31:29 +0100 |
commit | 689851f773994685e74e9bf20263a7732a00b982 (patch) | |
tree | f147a557d77a1b33e193ae30b5ada5b627a147c7 /incria | |
parent | 2c78bb68b9ff51cfb24ce1b7e111339ab5b37746 (diff) |
update readme link
Diffstat (limited to 'incria')
-rw-r--r-- | incria/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/incria/README.md b/incria/README.md index 01c8438..6c38ae8 100644 --- a/incria/README.md +++ b/incria/README.md @@ -6,4 +6,4 @@ It lets you record what a calculation depends on and then only re-run that calcu This is similar to the [query system used by the Rust compiler](https://rustc-dev-guide.rust-lang.org/query.html), but implemented using async. By seperating the tracking of dependencies from the calculation logic, you can write clean code that re-runs only when it needs to, and can be parallelised with little extra work. -For more info, read the rustdoc or check the [/examples](examples). +For more info, read the rustdoc or check the [examples]($ROOT/dir?ci=tip&name=examples). |