From e7a3118e2d8880a6265cb083fb0eda3b876118b4 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 4 Oct 2019 11:32:22 -0500 Subject: [PATCH] Update pingpong.md --- developer/connecting/pingpong.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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