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.
This commit is contained in:
Clayton Passmore 2020-09-18 11:10:48 -04:00 committed by GitHub
parent 95a628e1a7
commit a6960d42e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:`.