diff options
Diffstat (limited to 'tvix/docs/src/store/api.md')
-rw-r--r-- | tvix/docs/src/store/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/docs/src/store/api.md b/tvix/docs/src/store/api.md index c5a5c477aa17..7812b1a6cb64 100644 --- a/tvix/docs/src/store/api.md +++ b/tvix/docs/src/store/api.md @@ -5,7 +5,7 @@ This document outlines the design of the API exposed by tvix-castore and tvix- store, as well as other implementations of this store protocol. This document is meant to be read side-by-side with -[castore.md](../../castore/docs/data-model.md) which describes the data model +[Data Model](../castore/data-model.md) which describes the data model in more detail. The store API has four main consumers: |