From 9684373a0b9ff1d9472750c2b44607d49ecdb4e2 Mon Sep 17 00:00:00 2001 From: Markus Nilsson Date: Sun, 3 Feb 2019 23:53:05 +0100 Subject: [PATCH] Doc: Fixing broken link The link to the yubico-c-client is broken since it has an extra ) on the end that shouldn't be there. --- doc/Getting_Started_Writing_Clients.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Getting_Started_Writing_Clients.adoc b/doc/Getting_Started_Writing_Clients.adoc index 259c429..70cc1e3 100644 --- a/doc/Getting_Started_Writing_Clients.adoc +++ b/doc/Getting_Started_Writing_Clients.adoc @@ -75,7 +75,7 @@ These servers are hosted in different places and by different organizations. Clients should send authentication requests to all of them in parallel, and utilize the first response received for added reliability should one or more -of the api servers be offline, see link:https://github.com/Yubico/yubico-c-client)[Yubico C client] for technical details. +of the api servers be offline, see link:https://github.com/Yubico/yubico-c-client[Yubico C client] for technical details. === Parse response