Skip to content

Commit 2c9d903

Browse files
committed
fix: broken links for bdk-jvm bdk-android maven central
1 parent af17607 commit 2c9d903

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Each supported language and the platform(s) it's packaged for has its own direct
1616
## Supported target languages and platforms
1717
The below directories (a separate repository in the case of bdk-swift) include instructions for using, building, and publishing the native language binding for [bdk] supported by this project.
1818

19-
| Language | Platform | Published Package | Building Documentation | API Docs |
20-
| -------- |-----------------------|-------------------------------|------------------------|-----------------------|
21-
| Kotlin | JVM | [bdk-jvm (Maven Central)] | [Readme bdk-jvm] | [Kotlin JVM API Docs] |
22-
| Kotlin | Android | [bdk-android (Maven Central)] | [Readme bdk-android] | [Android API Docs] |
23-
| Swift | iOS, macOS | [bdk-swift (GitHub)] | [Readme bdk-swift] | |
24-
| Python | linux, macOS, Windows | [bdk-python (PyPI)] | [Readme bdk-python] | |
19+
| Language | Platform | Published Package | Building Documentation | API Docs |
20+
| -------- |-----------------------|-------------|------------------------|-----------------------|
21+
| Kotlin | JVM | [bdk-jvm] | [Readme bdk-jvm] | [Kotlin JVM API Docs] |
22+
| Kotlin | Android | [bdk-android] | [Readme bdk-android] | [Android API Docs] |
23+
| Swift | iOS, macOS | [bdk-swift] | [Readme bdk-swift] | |
24+
| Python | linux, macOS, Windows | [bdk-python] | [Readme bdk-python] | |
2525

2626
## Building and Testing the Libraries
2727
If you are familiar with the build tools for the specific languages you wish to build the libraries for, you can use their normal build/test workflows. We also include some [just](https://just.systems/) files to simplify the work across different languages. If you have the just tool installed on your system, you can simply call the commands defined in the `justfile`s, for example:
@@ -134,12 +134,10 @@ This project is made possible thanks to the wonderful work by the [mozilla/uniff
134134
[`bdk`]: https://github.com/bitcoindevkit/bdk
135135
[`bdk-ffi`]: https://github.com/bitcoindevkit/bdk-ffi
136136
["Getting Started (Developer)"]: https://github.com/bitcoindevkit/bdk-ffi#getting-started-developer
137-
[bdk-jvm]: https://search.maven.org/artifact/org.bitcoindevkit/bdk-jvm/0.11.0/jar
138-
[bdk-android]: https://search.maven.org/artifact/org.bitcoindevkit/bdk-android/0.11.0/aar
139-
[bdk-jvm (Maven Central)]: https://central.sonatype.dev/artifact/org.bitcoindevkit/bdk-jvm/0.11.0
140-
[bdk-android (Maven Central)]: https://central.sonatype.dev/artifact/org.bitcoindevkit/bdk-android/0.11.0
141-
[bdk-swift (GitHub)]: https://github.com/bitcoindevkit/bdk-swift
142-
[bdk-python (PyPI)]: https://pypi.org/project/bdkpython/
137+
[bdk-jvm]: https://central.sonatype.com/artifact/org.bitcoindevkit/bdk-jvm/
138+
[bdk-android]: https://central.sonatype.com/artifact/org.bitcoindevkit/bdk-android/
139+
[bdk-swift]: https://github.com/bitcoindevkit/bdk-swift
140+
[bdk-python]: https://pypi.org/project/bdkpython/
143141
[mozilla/uniffi-rs]: https://github.com/mozilla/uniffi-rs
144142
[bdk]: https://github.com/bitcoindevkit/bdk
145143
[Bitcoin Dev Kit]: https://github.com/bitcoindevkit

0 commit comments

Comments
 (0)