Skip to content

Commit 979e9ec

Browse files
authored
Merge pull request #632 from graalvm/og/issue-296
Fix links to the resources file in Maven/Gradle quickstart guides #296
2 parents a2debfb + 5921370 commit 979e9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)