Skip to content

Commit 2cafa34

Browse files
Update the links in the Migration guide
1 parent 948f97c commit 2cafa34

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ An instance name is specified by the network administrators during the service i
2323
an ID is assigned by the framework automatically and can be [queried][service-id-lc-operation]
2424
using 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
158158
bound them to the `verify` Maven phase. Then the service artifact built during the `package`
159159
phase 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)
162162
for extra examples.
163163

164164
### Use Example
@@ -184,7 +184,7 @@ the reference below.
184184
See the updated node and application configuration [documentation][node-config] on the site
185185
for 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

Comments
 (0)