Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some links to mini-protocol code in documentation #3089

Merged
merged 2 commits into from May 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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