From a6960d42e5a3a5a79a2371bba2a1d0a5b904a1ee Mon Sep 17 00:00:00 2001 From: Clayton Passmore Date: Fri, 18 Sep 2020 11:10:48 -0400 Subject: [PATCH] Fix link to rendezvous server repo in API doc Fixes an issue where the link to the rendezvous server repository was being rendered as plain text in the docs. --- docs/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index a2f0e61..916d184 100644 --- a/docs/api.md +++ b/docs/api.md @@ -99,7 +99,8 @@ to the application source code or default config. This library includes the URL of a public rendezvous server run by the author. Application developers can use this one, or they can run their own -(see the https://github.com/warner/magic-wormhole-mailbox-server repository) +(see the [warner/magic-wormhole-mailbox-server +](https://github.com/warner/magic-wormhole-mailbox-server) repository) and configure their clients to use it instead. The URL of the public rendevouz server is passed as a unicode string. Note that because the server actually speaks WebSockets, the URL starts with `ws:` instead of `http:`.