Skip to content

Commit f36e85e

Browse files
committed
doc link fix
1 parent 7a88b93 commit f36e85e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ The default `main.py` does basic setup, reads the config.ini, loads the default
381381

382382
If you want to have some particular code run on boot, you can write your own script. There's a little bit of required boilerplate to get this working, as the SDK needs to figure out which board it's running on and which carrier/chip is present.
383383

384-
A full example that you can use for this is in [custom script main.py](./examples/custom_script_main.py), and you might want to start there.
384+
A full example that you can use for this is in [custom script main.py](./src/examples/custom_script_main.py), and you might want to start there.
385385

386386
There are some useful hints in there, related to memory, logging and more, but the short of it is that what you really need is:
387387

@@ -400,7 +400,7 @@ tt = DemoBoard.get()
400400
# pretty much it
401401
```
402402

403-
See the [custom script main.py](./examples/custom_script_main.py) for all the details.
403+
See the [custom script main.py](./src/examples/custom_script_main.py) for all the details.
404404

405405

406406
### Automatic Load and Default Config

0 commit comments

Comments
 (0)