Skip to content

Commit 15a5d2f

Browse files
Fix links:
Fix link to Maven Central, and use tagged link to the light client.
1 parent 6fa8f6e commit 15a5d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exonum-java-binding/doc/Migration_guide_0.4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ the message signature with no conversion to an executable transaction.
99
If the client application is in Java or Java Script, use the latest versions of light client
1010
libraries:
1111
- Java Script [light client](https://github.com/exonum/exonum-client)
12-
- Java [light client](https://github.com/exonum/exonum-java-binding/tree/master/exonum-light-client)
12+
- Java [light client](https://github.com/exonum/exonum-java-binding/tree/jlc/v0.1.0/exonum-light-client#overview)
1313

1414
The light clients for Exonum Java 0.4 submit transactions directly to the core endpoint
1515
instead of a custom one in the service controller.
1616

17-
[common-0.4]: https://search.maven.org/artifact/com.exonum.binding/exonum-java-binding-common/0.4/jar
17+
[common-0.4]: https://search.maven.org/artifact/com.exonum.binding/exonum-java-binding-common/0.4.0/jar
1818
[tx-message-jd]: https://exonum.com/doc/api/java-binding-common/0.4/com/exonum/binding/common/message/TransactionMessage.html#builder()
1919

2020
## Update the service

0 commit comments

Comments
 (0)