From 381cf8b38bf5dd01444177108b851b5ea6113a35 Mon Sep 17 00:00:00 2001 From: Wilco Kusee Date: Sat, 5 Jan 2019 12:32:51 +0100 Subject: Fix link in architecture.md --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ARCHITECTURE.md') diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index b326f9c71..277b29c12 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -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 -- cgit v1.2.3