Skip to content

Commit 1044aca

Browse files
committed
[GR-59202] Update path to Spring Boot microservices demo.
PullRequest: graal/20282
2 parents 72d50db + 7572fab commit 1044aca

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/getting-started/container-images/graalvm-ce-container-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ Learn more at the [Oracle Help Center](https://docs.oracle.com/en/graalvm/jdk/23
106106

107107
### Related Documentation
108108

109-
- [Tiny Java Containers](https://github.com/graalvm/graalvm-demos/tree/master/native-image/containerize/tiny-java-containers): Learn how GraalVM Native Image can generate native executables ideal for containerization.
109+
- [Tiny Java Containers](https://github.com/graalvm/graalvm-demos/tree/master/native-image/tiny-java-containers): Learn how GraalVM Native Image can generate native executables ideal for containerization.

docs/getting-started/container-images/oracle-graalvm-container-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ The most-specific tag is unique and always points to the same container image, w
100100

101101
### Related Documentation
102102

103-
- [Tiny Java Containers](https://github.com/graalvm/graalvm-demos/tree/master/native-image/containerize/tiny-java-containers): Learn how GraalVM Native Image can generate native executables ideal for containerization.
103+
- [Tiny Java Containers](https://github.com/graalvm/graalvm-demos/tree/master/native-image/tiny-java-containers): Learn how GraalVM Native Image can generate native executables ideal for containerization.

docs/getting-started/oci/cloud-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The [Spring AOT plugin](https://docs.spring.io/spring-native/docs/current/refere
5757
1. Clone the _demos_ repository and change to the application root directory:
5858
```shell
5959
git clone https://github.com/graalvm/graalvm-demos.git
60-
cd graalvm-demos/native-image/containerize
60+
cd graalvm-demos/native-image
6161
```
6262
2. Build the application with Maven (Apache Maven is also preinstalled in Cloud Shell):
6363
```shell

docs/reference-manual/native-image/guides/containerise-native-executable-with-docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You will use a GraalVM container image with Native Image to compile a Java appli
2020

2121
## Download a Sample Application
2222

23-
This guide uses the [Spring Boot 3 Native Image Microservice example](https://github.com/graalvm/graalvm-demos/tree/master/native-image/containerize/spring-boot-microservice-jibber/src/main/java/com/example/benchmarks/jibber).
23+
This guide uses the [Spring Boot 3 Native Image Microservice example](https://github.com/graalvm/graalvm-demos/tree/master/native-image/spring-boot-microservice-jibber/src/main/java/com/example/benchmarks/jibber).
2424
The example is a minimal REST-based API application, built on top of Spring Boot 3.
2525
If you call the HTTP endpoint `/jibber`, it will return some nonsense verse generated in the style of the Jabberwocky poem, by Lewis Carroll.
2626

@@ -36,9 +36,9 @@ For other installation options, visit the [Downloads section](https://www.graalv
3636
git clone https://github.com/graalvm/graalvm-demos.git
3737
```
3838

39-
3. Change directory to _native-image/containerize/_:
39+
3. Navigate to the demo directory:
4040
```shell
41-
cd graalvm-demos/native-image/containerize/spring-boot-microservice-jibber
41+
cd graalvm-demos/native-image/spring-boot-microservice-jibber
4242
```
4343

4444
## Build and Run as a Native Executable

0 commit comments

Comments
 (0)