Skip to content

Commit e75dc33

Browse files
committed
Minor update
1 parent 6877ce0 commit e75dc33

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clouds/native-oci-cloud-shell/README-Cloud-Shell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,26 @@ Oracle GraalVM for JDK 17 (with Native Image) is preinstalled in Cloud Shell, so
4848

4949
## Step 3: [OPTIONAL] Confirm software version and environment variables
5050

51-
This step is optional - [Check software version and environment variables](../_common/README-check-version-env-vars.md)
51+
This step is optional - [Check software version and environment variables](../../_common/README-check-version-env-vars.md)
5252

5353
## Step 4: Set up your project, build and run as a JAR
5454

5555
1. Git clone this example.
5656

5757
```shell
58-
git init graalvmee-java-hello-world-maven
58+
git init graalvm-native-oci-cloud-shell
5959
60-
cd graalvmee-java-hello-world-maven
60+
cd graalvm-native-oci-cloud-shell
6161
6262
git remote add origin https://github.com/graalvm/graalvm-demos.git
6363
6464
git config core.sparsecheckout true
6565
66-
echo "java-hello-world-maven/*">>.git/info/sparse-checkout
66+
echo "clouds/native-oci-cloud-shell/*">>.git/info/sparse-checkout
6767
6868
git pull --depth=1 origin master
6969
70-
cd java-hello-world-maven
70+
cd clouds/native-oci-cloud-shell
7171
```
7272

7373
2. Build a JAR file for the example app.

clouds/native-oci-cloud-shell/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
In this example, you will build and run a "Hello World" Java application with:
44

5-
- [Oracle GraalVM in OCI Code Editor](https://github.com/oracle-devrel/oci-code-editor-samples/tree/main/java-samples/graalvmee-java-hello-world)
65
- [Oracle GraalVM in OCI Cloud Shell](./README-Cloud-Shell.md)
6+
- [Oracle GraalVM in OCI Code Editor](https://github.com/oracle-devrel/oci-code-editor-samples/tree/main/java-samples/graalvmee-java-hello-world)

0 commit comments

Comments
 (0)