Skip to content

Commit bfa1ba6

Browse files
Docu: Fix file path
1 parent bcac19e commit bfa1ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ import Modia3D
7777
include("$(Modia3D.path)/test/Tutorial/Pendulum2.jl")
7878
```
7979

80-
Open the [three.js editor](https://threejs.org/editor/), import the [json file](https://github.com/mrdoob/three.js/wiki/JSON-Object-Scene-format-4) `$(Modia3D.path)/Pendulum2.json` (File --> Import) and inspect the model:
80+
Open the [three.js editor](https://threejs.org/editor/), import (File --> Import) the [json file](https://github.com/mrdoob/three.js/wiki/JSON-Object-Scene-format-4) `Pendulum2.json` in your working directory and inspect the model:
8181

8282
![Tutorial-Pendulum2](../../resources/images/Tutorial/threejs_editor.png)
8383

0 commit comments

Comments
 (0)