From 3247a3f49148f31eef2bc7651c6eb8302855a277 Mon Sep 17 00:00:00 2001 From: Benjamin Canou Date: Tue, 19 Jun 2018 14:55:01 +0200 Subject: [PATCH] Docs: fix broken links --- docs/whitedoc/the_big_picture.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/whitedoc/the_big_picture.rst b/docs/whitedoc/the_big_picture.rst index e496df6c1..c83cddc5c 100644 --- a/docs/whitedoc/the_big_picture.rst +++ b/docs/whitedoc/the_big_picture.rst @@ -164,7 +164,7 @@ protocols. used for the chain data, and the raw versioned key-value store used for storing the ledger's context (one version per block). This is implemented using :opam:`irmin` and currently - :opam:`lmdb`. + :package:`lmdb`. - :package:`tezos-protocol-updater` maintains the table of available protocol versions, embedded or dynamically linked. - :package:`tezos-shell` implements the scheduling of block @@ -289,10 +289,6 @@ run them. - :package-name:`tezos-storage` (in directory :src:`src/lib_storage/test/`): tests for the versioned key-value context. - - :package-name:`tezos-client-alpha`, :package-name:`tezos-baking-alpha` - (in directory :src:`src/proto_alpha/lib_baking/test/`): - tests of the OCaml client library, performing various short - scenarios via RPCs to a sandboxed node. - :package-name:`tezos-protocol-alpha` (in directory :src:`src/proto_alpha/lib_protocol/test/`): tests of the alpha protocol (without launching a node).