From 7ceb6256c7f8cdd5c899c32092dbc8114457428f Mon Sep 17 00:00:00 2001 From: martinsumner Date: Sat, 4 Mar 2017 20:50:30 +0000 Subject: [PATCH] Properly attempt to fix link --- docs/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DESIGN.md b/docs/DESIGN.md index 727560f..7e3b730 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -86,7 +86,7 @@ All Ledger Keys created for any type must be 4-tuples starting with the tag. Ab The PUT path for new objects and object changes depends on the Bookie interacting with the Inker to ensure that the change has been persisted with the Journal, the Ledger is updated in batches after the PUT has been completed. -The [HEAD path](../paths.md) needs the Bookie to look in his cache of recent Ledger changes, and if the change is not present consult with the Penciller. +The [HEAD path](PATHS.md) needs the Bookie to look in his cache of recent Ledger changes, and if the change is not present consult with the Penciller. The GET path follows the HEAD path, but once the sequence number has been determined through the response from the Ledger the object itself is fetched from the journal via the Inker.