From 51ffc178ab605ccdadf5384f35761c3d0db10b73 Mon Sep 17 00:00:00 2001 From: Rod Burns <800194+rodburns@users.noreply.github.com> Date: Sat, 25 Oct 2025 11:33:25 +0100 Subject: [PATCH] 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. --- pages/learn/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/learn/getting-started.md b/pages/learn/getting-started.md index e9aa56415d..eaaf49e50e 100644 --- a/pages/learn/getting-started.md +++ b/pages/learn/getting-started.md @@ -221,7 +221,7 @@ The same build process as before is carried out, but this time instead of using [Live] Device state settled ``` -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. +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. ```shell [Live] Detected changes for container hello-world, updating...