Skip to content

Commit f97d2b7

Browse files
committed
Update broken links
1 parent 3b0d4f7 commit f97d2b7

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![](https://github.com/graalvm/native-build-tools/actions/workflows/test-native-gradle-plugin.yml/badge.svg)
33
![](https://github.com/graalvm/native-build-tools/actions/workflows/test-native-maven-plugin.yml/badge.svg)
44

5-
Repository which contains build tool plugins for interoperability with [GraalVM Native Image](https://www.graalvm.org/reference-manual/native-image/)
5+
Repository which contains build tool plugins for interoperability with [GraalVM Native Image](https://www.graalvm.org/reference-manual/native-image/).
66

77
End-user documentation about the plugins can be found [here](https://graalvm.github.io/native-build-tools/).
88

native-gradle-plugin/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ Gradle plugin for GraalVM Native Image building
55
End-user documentation about the plugins can be found [here](https://graalvm.github.io/native-build-tools/).
66

77
## Building
8-
Building of plugin itself should be as simple as:
8+
9+
This plugin can be built with this command:
10+
911
```bash
1012
./gradlew publishToMavenLocal --no-parallel
1113
```
1214

1315
In order to run testing part of this plugin you need to get (or build) corresponding `junit-platform-native` artifact.
1416

15-
*You can also take a look at CI workflow [here](../.github/workflows/native-gradle-plugin.yml).*
17+
*You can also take a look at CI workflow [here](../.github/workflows/test-native-gradle-plugin.yml).*

native-maven-plugin/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Maven plugin for GraalVM Native Image building
55
End-user documentation about the plugins can be found [here](https://graalvm.github.io/native-build-tools/).
66

77
## Building
8-
This plugin follows standard maven plugin conventions and as such can be built as:
8+
9+
This plugin follows standard Maven plugin conventions and can be built with this command:
910

1011
```shell
1112
./gradlew publishAllPublicationsToCommonRepository
1213
```
1314

14-
*You can also take a look at CI workflow [here](../.github/workflows/native-maven-plugin.yml).*
15+
*You can also take a look at CI workflow [here](../.github/workflows/test-native-maven-plugin.yml).*

0 commit comments

Comments
 (0)