Fix link in architecture.md

This commit is contained in:
Wilco Kusee 2019-01-05 12:32:51 +01:00
parent 481713a0e1
commit 381cf8b38b

View File

@ -87,7 +87,7 @@ fixes a bug in the grammar.
### `crates/ra_db`
We use [salsa][https://github.com/salsa-rs/salsa] crate for incremental and
We use the [salsa](https://github.com/salsa-rs/salsa) crate for incremental and
on-demand computation. Roughly, you can think of salsa as a key-value store, but
it also can compute derived values using specified functions. The `ra_db` crate
provides a basic infrastructure for interacting with salsa. Crucially, it