From c2aa8bcb59fe1d5efe2c02bba7a5457c813f3fcf Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 8 Sep 2021 05:12:33 -0700 Subject: [PATCH] Edit new-clients.mdx using inpage editor Summary: Fix broken link. Reviewed By: mweststrate Differential Revision: D30805274 fbshipit-source-id: e1c61cde01818b7c087d5e3d7b2f6b247b210358 --- docs/extending/new-clients.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/new-clients.mdx b/docs/extending/new-clients.mdx index 7f047977c..8f53f81bd 100644 --- a/docs/extending/new-clients.mdx +++ b/docs/extending/new-clients.mdx @@ -14,7 +14,7 @@ Start by connecting to the Flipper server running within the desktop app. Connec We use the RSocket protocol for communication between desktop and client, because it allows for easy certificate pinning and functionality like request-response messages. -In order to securely connect to Flipper, your client should first [obtain a certificate](establishing-a-connection). +In order to securely connect to Flipper, your client should first [obtain a certificate](establishing-a-connection.mdx). After the client certificate has been obtained, connect to the following URL with an RSocket client: