Skip to content

Commit 0dee468

Browse files
Align paths
1 parent 711648c commit 0dee468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/architecture/filesystem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
MicroPythonOS uses a structured filesystem to organize apps, data, and resources.
44

5-
- **/apps/**: Directory for downloaded and installed apps.
5+
- **apps/**: Directory for downloaded and installed apps.
66
- **com.micropythonos.helloworld/**: Installation directory for HelloWorld App. See [Creating Apps](../apps/creating-apps.md).
7-
- **/builtin/**: Read-only filesystem compiled into the OS, mounted at boot by `main.py`.
7+
- **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.
1010
- **lib/**: Libraries and frameworks
1111
- **mpos/**: MicroPythonOS libraries and frameworks
1212
- **ui/**: MicroPythonOS User Interface libraries and frameworks
13-
- **/data/**: Storage for app data.
13+
- **data/**: Storage for app data.
1414
- **com.micropythonos.helloworld/**: App-specific storage (e.g., `config.json`)
1515
- **com.micropythonos.settings/**: Storage used by the built-in Settings App
1616
- **com.micropythonos.wifi/**: Storage used by the built-in WiFi App

0 commit comments

Comments
 (0)