Skip to content

Commit 71848b1

Browse files
authored
Correction to nodejs index.html file location
The getting started guide says to look in the "static" directory, but the index.html file is in the "views" directory.
1 parent 5a5db34 commit 71848b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/learn/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The same build process as before is carried out, but this time instead of using
221221
[Live] Device state settled
222222
```
223223
224-
The {{ $names.cli.lower }} will now watch for changes to all the files within the project, and automatically push changes to the device when detected. Let's try making a change to title of our balena welcome page. Navigate to the `index.html` file present in the `static` directory of the project. Open the file and change the title from `Welcome to balena!` to `Hello balena!` and save the file. After saving the changes, you can observe {{ $names.cli.lower }} automatically start rebuilding only the parts of the Dockerfile that has been changed.
224+
The {{ $names.cli.lower }} will now watch for changes to all the files within the project, and automatically push changes to the device when detected. Let's try making a change to title of our balena welcome page. Navigate to the `index.html` file present in the `views` directory of the project. Open the file and change the title from `Welcome to balena!` to `Hello balena!` and save the file. After saving the changes, you can observe {{ $names.cli.lower }} automatically start rebuilding only the parts of the Dockerfile that has been changed.
225225
226226
```shell
227227
[Live] Detected changes for container hello-world, updating...

0 commit comments

Comments
 (0)