diff --git a/src/get-started/java-binding.md b/src/get-started/java-binding.md index e2289c98..38a72543 100644 --- a/src/get-started/java-binding.md +++ b/src/get-started/java-binding.md @@ -480,19 +480,19 @@ For using the library just include the dependency in your `pom.xml`: - [Java Binding App tutorial][app-tutorial] [abstractservice]: https://exonum.com/doc/api/java-binding-core/latest/com/exonum/binding/service/AbstractService.html -[apicontrollertest]: https://github.com/exonum/exonum-java-binding/blob/v0.3/exonum-java-binding-cryptocurrency-demo/src/test/java/com/exonum/binding/cryptocurrency/ApiControllerTest.java -[app-tutorial]: https://github.com/exonum/exonum-java-binding/blob/master/exonum-java-binding-core/rust/ejb-app/TUTORIAL.md -[build-description]: https://github.com/exonum/exonum-java-binding/blob/master/exonum-java-binding-service-archetype/src/main/resources/archetype-resources/pom.xml +[apicontrollertest]: https://github.com/exonum/exonum-java/blob/v0.3/exonum-java-binding-cryptocurrency-demo/src/test/java/com/exonum/binding/cryptocurrency/ApiControllerTest.java +[app-tutorial]: https://github.com/exonum/exonum-java/blob/master/exonum-java-binding-parent/exonum-java-binding-core/rust/ejb-app/TUTORIAL.md +[build-description]: https://github.com/exonum/exonum-java/blob/master/exonum-java-binding-parent/exonum-java-binding-service-archetype/src/main/resources/archetype-resources/pom.xml [Exonum-services]: ../architecture/services.md [Guice]: https://github.com/google/guice/wiki/GettingStarted -[how-to-build]: https://github.com/exonum/exonum-java-binding/blob/master/CONTRIBUTING.md#how-to-build +[how-to-build]: https://github.com/exonum/exonum-java/blob/master/CONTRIBUTING.md#how-to-build [Memorydb]: https://exonum.com/doc/api/java-binding-core/latest/com/exonum/binding/storage/database/MemoryDb.html [nodefake]: https://exonum.com/doc/api/java-binding-core/latest/com/exonum/binding/service/NodeFake.html [schema]: https://exonum.com/doc/api/java-binding-core/latest/com/exonum/binding/service/Schema.html [service]: https://exonum.com/doc/api/java-binding-core/latest/com/exonum/binding/service/Service.html [standardserializers]: https://exonum.com/doc/api/java-binding-common/latest/com/exonum/binding/common/serialization/StandardSerializers.html [storage-indices]: https://exonum.com/doc/api/java-binding-core/latest/com/exonum/binding/storage/indices/package-summary.html -[submittransaction]: https://github.com/exonum/exonum-java-binding/blob/v0.3/exonum-java-binding-cryptocurrency-demo/src/main/java/com/exonum/binding/cryptocurrency/ApiController.java +[submittransaction]: https://github.com/exonum/exonum-java/blob/v0.3/exonum-java-binding-cryptocurrency-demo/src/main/java/com/exonum/binding/cryptocurrency/ApiController.java [transaction]: https://exonum.com/doc/api/java-binding-core/latest/com/exonum/binding/transaction/Transaction.html [transactions]: ../architecture/transactions.md [transactionconvererter]: https://exonum.com/doc/api/java-binding-core/latest/com/exonum/binding/service/TransactionConverter.html