Skip to content

Commit 33f1149

Browse files
committed
Add a link to the formal specification in TLA+
1 parent 052f8c9 commit 33f1149

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,16 @@ <h2>Publications</h2>
301301
</li>
302302
</ul>
303303

304+
<a name="spec"></a>
305+
<h2>Formal specification</h2>
306+
307+
<p>
308+
This is TLA+ specification for the Raft consensus algorithm, which
309+
describes Raft in detail: <a href="https://github.com/ongardie/raft.tla">ongardie/raft.tla</a>
310+
by <a href="https://twitter.com/ongardie">Diego Ongaro</a>. This is slightly
311+
updated compared to the dissertation version.
312+
</p>
313+
304314
<a name="talks"></a>
305315
<h2>Talks</h2>
306316

0 commit comments

Comments
 (0)