Skip to content

Commit

Permalink
Merge pull request #637 from graalvm/og/issue-296
Browse files Browse the repository at this point in the history
Fix the resources file link in the Maven quickstart guide #632
  • Loading branch information
olyagpl authored Nov 5, 2024
2 parents 88c19c3 + cf4599b commit 26f16f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/asciidoc/maven-plugin-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class Fortune {
}
----
. Copy and paste the following file,
https://raw.githubusercontent.com/graalvm/graalvm-demos/master/fortune-demo/fortune/src/main/resources/fortunes.json[fortunes.json]
https://raw.githubusercontent.com/graalvm/graalvm-demos/refs/heads/master/fortune-demo/fortune-maven/src/main/resources/fortunes.u8[fortunes.json]
under the _resources_ directory (_src/main/resources/fortunes.json_). Your project tree should be:
+
[source,shell]
Expand Down

0 comments on commit 26f16f7

Please sign in to comment.