diff --git a/developer/connecting/pingpong.md b/developer/connecting/pingpong.md index fb8f130..5076025 100644 --- a/developer/connecting/pingpong.md +++ b/developer/connecting/pingpong.md @@ -2,7 +2,7 @@ The client and server use a simple PING/PONG protocol to check that they are both still connected. The client will ping the server on a regular, configured interval so that the server usually doesn't have to initiate the PING/PONG interaction. -![Ping Pong](/assets/images/pingpong.svg) +![](/assets/images/pingpong.svg) ## Set the Ping Interval