Skip to content

Commit 26f16f7

Browse files
authored
Merge pull request #637 from graalvm/og/issue-296
Fix the resources file link in the Maven quickstart guide #632
2 parents 88c19c3 + cf4599b commit 26f16f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public class Fortune {
132132
}
133133
----
134134
. Copy and paste the following file,
135-
https://raw.githubusercontent.com/graalvm/graalvm-demos/master/fortune-demo/fortune/src/main/resources/fortunes.json[fortunes.json]
135+
https://raw.githubusercontent.com/graalvm/graalvm-demos/refs/heads/master/fortune-demo/fortune-maven/src/main/resources/fortunes.u8[fortunes.json]
136136
under the _resources_ directory (_src/main/resources/fortunes.json_). Your project tree should be:
137137
+
138138
[source,shell]

0 commit comments

Comments
 (0)