Skip to content

Commit

Permalink
Merge #3089
Browse files Browse the repository at this point in the history
3089: Fix some links to mini-protocol code in documentation r=coot a=kantp

A few of the links from the documentation to the code of mini protocols broke
during refactoring.

Co-authored-by: Philipp Kant <philipp.kant@iohk.io>
Co-authored-by: Marcin Szamotulski <profunctor@pm.me>
  • Loading branch information
3 people committed May 10, 2021
2 parents 76609df + 092c2c6 commit 7c8fac8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/network-spec/miniprotocols.tex
Expand Up @@ -256,6 +256,7 @@ \subsection{Ping-Pong Protocol}
\newcommand{\Ping}{\msg{MsgPing}}
\newcommand{\Pong}{\msg{MsgPong}}


\subsubsection{Description}
A client can use the Ping-Pong protocol to check that the server is responsive.
The Ping-Pong protocol is very simple because the messages do not carry any data and
Expand Down Expand Up @@ -316,6 +317,8 @@ \subsubsection{Description}
application of the protocol determines the types of the requests and responses.

\subsubsection{State machine}
\haddockref{Network.TypedProtocol.ReqResp.Type}{typed-protocols-examples/Network-TypedProtocol-ReqResp-Type.html#t:ReqResp}


\begin{tabular}{|l|l|}
\hline
Expand Down

0 comments on commit 7c8fac8

Please sign in to comment.