From bc3938e8040e68e2e29ac4b362bdf2e8f76f8ef3 Mon Sep 17 00:00:00 2001 From: Oleg Bondar Date: Fri, 24 May 2019 11:14:06 +0300 Subject: [PATCH] Update links to javadoc --- exonum-light-client/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/exonum-light-client/README.md b/exonum-light-client/README.md index f22231da13..09c58d2497 100644 --- a/exonum-light-client/README.md +++ b/exonum-light-client/README.md @@ -16,8 +16,7 @@ By using the client you are able to perform the following operations: - Receive blockchain blocks information - Receive node system information - Receive node status information - -_*Please refer to [the code][exonum-client] for details._ +_*Please refer to [the documentation][exonum-client] for details._ Also, see [examples](#examples). ## Compatibility @@ -139,4 +138,4 @@ Apache 2.0 - see [LICENSE](../LICENSE) for more information. [protobuf]: https://developers.google.com/protocol-buffers/docs/proto3 [standard-serializers]: https://exonum.com/doc/api/java-binding-common/0.6.0/com/exonum/binding/common/serialization/StandardSerializers.html [send-tx-it]: ./src/test/java/com/exonum/client/ExonumHttpClientIntegrationTest.java -[exonum-client]: ./src/main/java/com/exonum/client/ExonumClient.java +[exonum-client]: https://exonum.com/doc/api/java-light-client/0.2.0/com/exonum/client/ExonumClient.html