From 15a5d2f454a72354555d88d35df1f1c0ebf32d62 Mon Sep 17 00:00:00 2001 From: Dmitry Timofeev Date: Tue, 19 Feb 2019 13:18:52 +0200 Subject: [PATCH] Fix links: Fix link to Maven Central, and use tagged link to the light client. --- exonum-java-binding/doc/Migration_guide_0.4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exonum-java-binding/doc/Migration_guide_0.4.md b/exonum-java-binding/doc/Migration_guide_0.4.md index 89fd78a71f..f08788061d 100644 --- a/exonum-java-binding/doc/Migration_guide_0.4.md +++ b/exonum-java-binding/doc/Migration_guide_0.4.md @@ -9,12 +9,12 @@ the message signature with no conversion to an executable transaction. If the client application is in Java or Java Script, use the latest versions of light client libraries: - Java Script [light client](https://github.com/exonum/exonum-client) -- Java [light client](https://github.com/exonum/exonum-java-binding/tree/master/exonum-light-client) +- Java [light client](https://github.com/exonum/exonum-java-binding/tree/jlc/v0.1.0/exonum-light-client#overview) The light clients for Exonum Java 0.4 submit transactions directly to the core endpoint instead of a custom one in the service controller. -[common-0.4]: https://search.maven.org/artifact/com.exonum.binding/exonum-java-binding-common/0.4/jar +[common-0.4]: https://search.maven.org/artifact/com.exonum.binding/exonum-java-binding-common/0.4.0/jar [tx-message-jd]: https://exonum.com/doc/api/java-binding-common/0.4/com/exonum/binding/common/message/TransactionMessage.html#builder() ## Update the service