diff options
author | Robin Vobruba <hoijui.quaero@gmail.com> | 2022-05-04 12:11:43 +0200 |
---|---|---|
committer | Robin Vobruba <hoijui.quaero@gmail.com> | 2022-05-04 12:11:43 +0200 |
commit | e652eb6f5b4a4349a24adbcd99088ed1ab690a8e (patch) | |
tree | 11a469fbc3dc253952da297db4997f60224872ec /doc/model.md | |
parent | 2a0331e2ddc147b8616caa52d8a7c0432e56af1c (diff) | |
download | git-bug-e652eb6f5b4a4349a24adbcd99088ed1ab690a8e.tar.gz |
model: Links to a section further down
Diffstat (limited to 'doc/model.md')
-rw-r--r-- | doc/model.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/model.md b/doc/model.md index 4cadfc9a..afde4d84 100644 --- a/doc/model.md +++ b/doc/model.md @@ -19,7 +19,7 @@ An `Operation` is a piece of data including: - a type identifier - an author (a reference to another entity) -- a timestamp (there is also 1 or 2 Lamport time that we will describe later) +- a timestamp (there is also 1 or 2 [Lamport time](#time-is-unreliable)) - all the data required by that operation type (a message, a status ...) - a random [nonce](https://en.wikipedia.org/wiki/Cryptographic_nonce) to ensure we have enough entropy, as the operation identifier is a hash of that data (more on that later) |