@@ -21,7 +21,7 @@ You need to install the following dependencies:
2121 * [ Maven 3.5+] ( https://maven.apache.org/download.cgi ) .
2222 * [ Stable Rust compiler] ( https://www.rust-lang.org/ ) .
2323 The minimum supported version is Rust 1.41.0.
24- * The [ system dependencies] ( https://exonum.com/doc/version/1.0/get-started/install/ ) of Exonum.
24+ * The [ system dependencies] ( https://exonum.com/doc/version/1.0.0 /get-started/install/ ) of Exonum.
2525 You do _ not_ need to manually fetch and compile Exonum.
2626
2727 __ Important__ : It is necessary to install RocksDB
@@ -123,12 +123,12 @@ Run `mvn clean -DcleanRust`.
123123The [ Exonum Java Binding] ( exonum-java-binding ) project is split into several modules.
124124Here are the main ones:
125125 * [ ` core ` ] ( exonum-java-binding/core ) contains the APIs to define and implement an
126- [ Exonum service] ( https://exonum.com/doc/version/1.0/get-started/design-overview/#modularity-and-services ) .
126+ [ Exonum service] ( https://exonum.com/doc/version/1.0.0 /get-started/design-overview/#modularity-and-services ) .
127127 * [ ` core-native ` ] ( exonum-java-binding/core/rust ) contains the glue code between Java and Rust.
128128 * [ ` app ` ] ( exonum-java-binding/core/rust/exonum-java ) is an application that runs a node with Java
129129 and Rust services.
130130 * [ ` common ` ] ( exonum-java-binding/common ) provides common functionality to Exonum core
131- and light clients: [ Exonum proofs] ( https://exonum.com/doc/version/1.0/get-started/design-overview/#proofs ) ,
131+ and light clients: [ Exonum proofs] ( https://exonum.com/doc/version/1.0.0 /get-started/design-overview/#proofs ) ,
132132 hashing and cryptographic operations, serialization support.
133133 * [ ` exonum-service-archetype ` ] ( exonum-java-binding/service-archetype ) implements an archetype
134134 generating a template project of Exonum Java service.
0 commit comments