Docs: fix broken link

This commit is contained in:
Bruno B 2018-01-02 17:10:19 +00:00 committed by Benjamin Canou
parent 899bc53289
commit 6e1be8efe3

View File

@ -1,7 +1,7 @@
* The data_encoding library * The data_encoding library
Throughout the Tezos protocol, data is serialized so that it can be used via RPC, Throughout the Tezos protocol, data is serialized so that it can be used via RPC,
written to disk, or placed in a block. This serialization/deserialization is handled written to disk, or placed in a block. This serialization/deserialization is handled
via the [[../src/minutils/data_encoding.mli][data_encoding library]] via the [[../lib_data_encoding/data_encoding.mli][data_encoding library]]
by providing a set primitive encodings and a variety of combinators. by providing a set primitive encodings and a variety of combinators.
** Examples/Tutorial ** Examples/Tutorial