Skip to content

Commit 5921370

Browse files
committed
Fix links to resources file in Maven/Gradle quickstart guides
1 parent a2debfb commit 5921370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/gradle-plugin-quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public class Fortune {
115115
----
116116
. Delete the _fortune/src/test/java_ directory (you will add tests in a later stage).
117117
. Copy and paste the following file,
118-
https://raw.githubusercontent.com/graalvm/graalvm-demos/master/fortune-demo/fortune/src/main/resources/fortunes.json[fortunes.json] under _fortune/src/main/resources/_.
118+
https://raw.githubusercontent.com/graalvm/graalvm-demos/refs/heads/master/fortune-demo/fortune-gradle/fortune/src/main/resources/fortunes.u8[fortunes.json] under _fortune/src/main/resources/_.
119119
Your project tree should be:
120120
+
121121
[source,shell]

0 commit comments

Comments
 (0)