From 69057818314c0bce6ffea8e0f4bd0507e745e2e7 Mon Sep 17 00:00:00 2001 From: Oleg Bondar Date: Thu, 7 Feb 2019 11:27:23 +0200 Subject: [PATCH 1/2] Fixed links to the new repo name --- src/get-started/java-binding.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/get-started/java-binding.md b/src/get-started/java-binding.md index e2289c98..efb35d97 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/exonum-java-binding-core/rust/ejb-app/TUTORIAL.md +[build-description]: https://github.com/exonum/exonum-java/blob/master/exonum-java-binding/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 From e41ea5877c8683e3fd304b4862c68f04c6234b4c Mon Sep 17 00:00:00 2001 From: Oleg Bondar Date: Thu, 7 Feb 2019 13:36:35 +0200 Subject: [PATCH 2/2] Fix paths --- src/get-started/java-binding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/get-started/java-binding.md b/src/get-started/java-binding.md index efb35d97..38a72543 100644 --- a/src/get-started/java-binding.md +++ b/src/get-started/java-binding.md @@ -481,8 +481,8 @@ For using the library just include the dependency in your `pom.xml`: [abstractservice]: https://exonum.com/doc/api/java-binding-core/latest/com/exonum/binding/service/AbstractService.html [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/exonum-java-binding-core/rust/ejb-app/TUTORIAL.md -[build-description]: https://github.com/exonum/exonum-java/blob/master/exonum-java-binding/exonum-java-binding-service-archetype/src/main/resources/archetype-resources/pom.xml +[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/blob/master/CONTRIBUTING.md#how-to-build