From efd8705cd93cecf676953b1f074d6521f391ef07 Mon Sep 17 00:00:00 2001 From: Olya Gupalo Date: Mon, 4 Nov 2024 19:13:54 +0200 Subject: [PATCH] Fix links to the resources file in Maven quickstart guide --- docs/src/docs/asciidoc/maven-plugin-quickstart.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/maven-plugin-quickstart.adoc b/docs/src/docs/asciidoc/maven-plugin-quickstart.adoc index d03198f1d..82e7dec6a 100644 --- a/docs/src/docs/asciidoc/maven-plugin-quickstart.adoc +++ b/docs/src/docs/asciidoc/maven-plugin-quickstart.adoc @@ -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]