From 02eaac405d189e124bc539a283dc9f6472cd4876 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Wed, 3 Apr 2019 19:42:12 +0200 Subject: [PATCH] clef docs --- docs/_clef/Overview.md | 8 ++++---- docs/_clef/apis.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_clef/Overview.md b/docs/_clef/Overview.md index f4a72b5ef6..2c31055ba5 100644 --- a/docs/_clef/Overview.md +++ b/docs/_clef/Overview.md @@ -24,10 +24,10 @@ or a separate VM in a [QubesOS](https://www.qubes-os.org/) type os setup. Check out -* the [tutorial](Tutorial.md) for some concrete examples on how the signer works. -* the [setup docs](Setup.md) for some information on how to configure it to work on QubesOS or USBArmory. -* more info about [rules](Rules.md) -* the [data types](datatypes.md) for detailed information on the json types used in the communication between +* the [tutorial](Tutorial) for some concrete examples on how the signer works. +* the [setup docs](Setup) for some information on how to configure it to work on QubesOS or USBArmory. +* more info about [rules](Rules) +* the [data types](datatypes) for detailed information on the json types used in the communication between clef and an external UI ## Security model diff --git a/docs/_clef/apis.md b/docs/_clef/apis.md index b1f3a761a6..d1bfb481e6 100644 --- a/docs/_clef/apis.md +++ b/docs/_clef/apis.md @@ -37,7 +37,7 @@ process output for confirmation-requests. * Changelog for [External API](https://github.com/ethereum/go-ethereum/blob/master/cmd/clef/extapi_changelog.md) * Changelog for [UI API](https://github.com/ethereum/go-ethereum/blob/master/cmd/clef/intapi_changelog.md) -* Documentation about [Datatypes](datatypes.md) +* Documentation about [Datatypes](datatypes) ## External API