Attempt to fix link
This commit is contained in:
parent
bc5388710b
commit
542c519cd1
1 changed files with 1 additions and 1 deletions
|
@ -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 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue