Skip to content

Commit 1e8325e

Browse files
committed
Push new mention of TLA+ spec into dissertation paragraph
1 parent fc7831c commit 1e8325e

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

index.html

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,12 @@ <h2>Publications</h2>
233233
<p>
234234
Diego Ongaro's
235235
<a href="https://github.com/ongardie/dissertation#readme">Ph.D. dissertation</a>
236-
expands on the content of the paper in much more detail, and
237-
it includes a simpler cluster membership change algorithm.
236+
expands on the content of the paper in much more detail, and it includes a
237+
simpler cluster membership change algorithm. The dissertation also includes a
238+
formal specification of Raft written in TLA+; a slightly updated version of that
239+
specification is <a href="https://github.com/ongardie/raft.tla">here</a>.
240+
</p>
241+
238242
</p>
239243

240244
<p>More Raft-related papers:</p>
@@ -301,16 +305,6 @@ <h2>Publications</h2>
301305
</li>
302306
</ul>
303307

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-
314308
<a name="talks"></a>
315309
<h2>Talks</h2>
316310

0 commit comments

Comments
 (0)