Skip to content

Commit fad5cd8

Browse files
Merge pull request #764 from ruddenchaux/fix-developer-documentation-links
docs: fix custom python build script and GUI v2 links
2 parents 1a6aea9 + 4e3f5c1 commit fad5cd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ It is necessary to download and build the static web assets for the GUI before c
66

77
### Building the GUI static assets
88

9-
The GUI static web assets are minified and compiled into the firmware using a combination of Webpack and a [custom python build script](scripts/extra_script.py).
9+
The GUI static web assets are minified and compiled into the firmware using a combination of Webpack and a [custom python build script](../scripts/extra_script.py).
1010

1111
You will need Node.js and npm installed: <https://nodejs.org/en/download/>
1212

13-
In addition, the GUI is now maintained in a [separate repository](https://nodejs.org/en/download/package-manager/) and is included as a Git submodule.
13+
In addition, the GUI is now maintained in a [separate repository](https://github.com/OpenEVSE/openevse-gui-v2/) and is included as a Git submodule.
1414

1515
If the `gui` directory is empty, use the following to retrieve the GUI source and fetch the dependencies:
1616

@@ -65,7 +65,7 @@ To clean an existing build, `pio run -e your_openevse_board -t`
6565

6666
> To enable OTA updates, first upload via serial using the dev environment. This enables OTA enable build flag
6767
68-
***
68+
---
6969

7070
## Troubleshooting
7171

0 commit comments

Comments
 (0)