@@ -23,7 +23,7 @@ An instance name is specified by the network administrators during the service i
2323an ID is assigned by the framework automatically and can be [ queried] [ service-id-lc-operation ]
2424using the light client.
2525
26- [ service-id-lc-operation ] : todo
26+ [ service-id-lc-operation ] : https://github.com/exonum/exonum-java-binding/blob/master/exonum-light-client/README.md#creating-transaction-message
2727
2828## Update the Service
2929
@@ -59,7 +59,7 @@ replaces the configuration service.
5959[ service-initialize ] : https://exonum.com/doc/api/java-binding/0.9.0-rc1/com/exonum/binding/core/service/Service.html#initialize-com.exonum.binding.core.storage.database.Fork-com.exonum.binding.core.service.Configuration-
6060[ configurable ] : https://exonum.com/doc/api/java-binding/0.9.0-rc1/com/exonum/binding/core/service/Configurable.html
6161<!-- todo: Check the anchor when the docs land -->
62- [ supervisor ] : https://exonum.com/doc/version/0.13-rc1 /get-started/java-binding/#deploy-and-start-service
62+ [ supervisor ] : https://exonum.com/doc/version/0.13-rc.2 /get-started/java-binding/#deploy-and-start-service
6363
6464### Update the Schema
6565
@@ -158,7 +158,7 @@ Finally, if the integration tests using the Testkit are located in the same modu
158158bound them to the ` verify ` Maven phase. Then the service artifact built during the ` package `
159159phase is available.
160160
161- See the [ updated section on testing] ( https://exonum.com/doc/version/0.13-rc1 /get-started/java-binding/#testing )
161+ See the [ updated section on testing] ( https://exonum.com/doc/version/0.13-rc.2 /get-started/java-binding/#testing )
162162for extra examples.
163163
164164### Use Example
@@ -184,7 +184,7 @@ the reference below.
184184See the updated node and application configuration [ documentation] [ node-config ] on the site
185185for the detailed instructions.
186186
187- [ node-config ] : https://exonum.com/doc/version/0.13-rc1 /get-started/java-binding/#node-configuration
187+ [ node-config ] : https://exonum.com/doc/version/0.13-rc.2 /get-started/java-binding/#node-configuration
188188
189189## Update the Clients
190190
@@ -201,7 +201,7 @@ to submit transactions to a correct instance.
201201## See Also
202202
203203- The 0.9.0 [ release page] [ release-page ] for the changelog and pre-built binaries.
204- - [ User Guide] ( https://exonum.com/doc/version/0.13-rc1 /get-started/java-binding/ )
204+ - [ User Guide] ( https://exonum.com/doc/version/0.13-rc.2 /get-started/java-binding/ )
205205- [ Javadocs] ( https://exonum.com/doc/api/java-binding/0.9.0-rc1/index.html )
206206
207207[ release-page ] : https://github.com/exonum/exonum-java-binding/releases/tag/ejb/v0.9.0-rc1
0 commit comments