Skip to content

Commit 85c2a6d

Browse files
committed
Doc: fix link to image
1 parent 9ccf0c1 commit 85c2a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03_java/02_getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ You can choose to continue with the popped up VS Code window or work with your p
7373

7474
To run it, I can either click the **Play** icon at the top-right of the window or right-click inside the `App.java` file.
7575

76-
![Run code](images/02_getting_started/run.png)
76+
![Run code](images/02_getting_started/run2.png)
7777

7878
Either way, you should see the text "Hello, world!" displayed on your terminal. More from VS Code's [Java Tutorial](https://code.visualstudio.com/docs/java/java-tutorial).
7979

0 commit comments

Comments
 (0)