Skip to content

Commit efd8705

Browse files
committed
Fix links to the resources file in Maven quickstart guide
1 parent 5921370 commit efd8705

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)