diff options
author | Florian Klink <flokli@flokli.de> | 2024-06-14T14·45+0300 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2024-06-15T03·56+0000 |
commit | 6e321c615c74ed151124f677597e5e2d25e07431 (patch) | |
tree | 7c7019683b6c32c4560668fd03eee866c26ac184 /tvix/docs/src/castore/blobstore-chunking.md | |
parent | 46585bee1543123b2a64817eb7beace36af10436 (diff) |
docs(tvix/*store): add some internal links r/8277
We can now cross-link between pages, and it actually works. Change-Id: Id8bd85111672c687118db9adae7f5066f22441f5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11817 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Diffstat (limited to 'tvix/docs/src/castore/blobstore-chunking.md')
-rw-r--r-- | tvix/docs/src/castore/blobstore-chunking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/docs/src/castore/blobstore-chunking.md b/tvix/docs/src/castore/blobstore-chunking.md index df3c29680257..d8c3d54b52f0 100644 --- a/tvix/docs/src/castore/blobstore-chunking.md +++ b/tvix/docs/src/castore/blobstore-chunking.md @@ -77,7 +77,7 @@ our data model / identifier upfront, but can make this mostly a transport/ storage concern. For some more description on the (remote) protocol, check -`./blobstore-protocol.md`. +[BlobStore Protocol](./blobstore-protocol.md). #### Logical vs. physical chunking |