Skip to content

Commit ff9d684

Browse files
committed
chore: fix documentation links
1 parent 5ae1a18 commit ff9d684

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if (!result.isSuccess()) {
152152

153153
πŸ‘‰ API reference: [Javadoc](https://methodfive.github.io/jot/api/index.html).
154154

155-
πŸ‘‰ See [jot-examples](https://github.com/methodfive/jot/tree/main/jot-examples/src/main/java/com/method5/jot/examples) module for 50+ ready to run examples.
155+
πŸ‘‰ See [jot-examples](https://github.com/methodfive/jot/tree/main/jot-examples) module for 50+ ready to run examples.
156156

157157
---
158158

β€Ždocs/quickstart.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ mvn -q compile exec:java
111111
## πŸ§ͺ 3) Where to go next
112112

113113
- Review the **[README](https://github.com/methodfive/jot)** for most common usage examples.
114-
- Explore the **[jot-examples](https://github.com/methodfive/jot/tree/main/jot-examples/src/main/java/com/method5/jot/examples)** module for an additional 50+ runnable samples.
114+
- Explore the **[jot-examples](https://github.com/methodfive/jot/tree/main/jot-examples)** module for an additional 50+ runnable samples.
115115
- Browse the **[API Javadoc](https://methodfive.github.io/jot/api/index.html)** for JOT API information.
116116
- Build real apps on Polkadot in Java πŸš€
117117

β€Žjot-examples/README.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Transaction examples need WND to cover fees. If you see errors like **Inability
155155

156156
## πŸ”— Useful Links
157157

158-
- Jot (Polkadot Java SDK): https://github.com/Method5/jot
158+
- Jot GitHub: https://github.com/methodfive/jot
159+
- Jot Docs: https://methodfive.github.io/jot/
159160
- Westend Faucet: https://faucet.polkadot.io/
160161
- Westend Explorer: https://westend.subscan.io

0 commit comments

Comments
Β (0)