Skip to content

Commit c0fe181

Browse files
update
1 parent 7de7a4b commit c0fe181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/apps/developing-apps.md renamed to docs/apps/creating-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Apps are written in MicroPython and installed in `/apps/`. See [Filesystem Layou
44

55
Here we'll go over how to create and install a simple HelloWorld app.
66

7-
More advanced app examples are available in the [source code repository](https://github.com/MicroPythonOS/MicroPythonOS/tree/main/internal_filesystem/apps).
7+
More advanced examples are available in the [source code repository](https://github.com/MicroPythonOS/MicroPythonOS/tree/main/internal_filesystem/apps).
88

99
## Structure
1010

docs/architecture/filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
MicroPythonOS uses a structured filesystem to organize apps, data, and resources.
44

55
- **/apps/**: Directory for downloaded and installed apps.
6-
- **com.micropythonos.helloworld/**: Installation directory for HelloWorld App. See [Developing Apps](../apps/developing-apps.md).
6+
- **com.micropythonos.helloworld/**: Installation directory for HelloWorld App. See [Creating Apps](../apps/creating-apps.md).
77
- **/builtin/**: Read-only filesystem compiled into the OS, mounted at boot by `main.py`.
88
- **apps/**: See [Built-in Apps](../apps/built-in-apps.md).
99
- **res/mipmap-mdpi/default_icon_64x64.png**: Default icon for apps without one.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ nav:
4141
- Overview: apps/index.md
4242
- Built-in Apps: apps/built-in-apps.md
4343
- App Store: apps/appstore.md
44-
- Developing : apps/developing-apps.md
44+
- Creating Apps: apps/creating-apps.md
4545
- Bundling Apps: apps/bundling-apps.md
4646
- Architecture:
4747
- Overview: architecture/overview.md

0 commit comments

Comments
 (0)