Skip to content

Commit

Permalink
Merge pull request #632 from graalvm/og/issue-296
Browse files Browse the repository at this point in the history
Fix links to the resources file in Maven/Gradle quickstart guides  #296
  • Loading branch information
olyagpl authored Oct 30, 2024
2 parents a2debfb + 5921370 commit 979e9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/asciidoc/gradle-plugin-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public class Fortune {
----
. Delete the _fortune/src/test/java_ directory (you will add tests in a later stage).
. Copy and paste the following file,
https://raw.githubusercontent.com/graalvm/graalvm-demos/master/fortune-demo/fortune/src/main/resources/fortunes.json[fortunes.json] under _fortune/src/main/resources/_.
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/_.
Your project tree should be:
+
[source,shell]
Expand Down

0 comments on commit 979e9ec

Please sign in to comment.