Skip to content

Commit 0891abd

Browse files
author
hywax
committed
docs: fix proxmox file volumes
1 parent 23d1158 commit 0891abd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ All possible paths to the container. It is mandatory to specify the `config.yml`
8282
| Path | Type | Description |
8383
|----------------------------------|--------|--------------------------------------------------------|
8484
| `/opt/mafl/data/data/config.yml` | File | App configuration - [more](../reference/configuration) |
85-
| `/opt/mafl/data/public/icons` | Folder | Local icons - [more](../reference/icons) |
86-
| `/opt/mafl/data/public/favicons` | Folder | Favicon icons - [more](../reference/favicons) |
85+
| `/opt/mafl/public/icons` | Folder | Local icons - [more](../reference/icons) |
86+
| `/opt/mafl/public/favicons` | Folder | Favicon icons - [more](../reference/favicons) |
8787

8888
Many thanks to [@tteck](https://github.com/tteck) for helping me create lxc script.
8989

docs/ru/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mafl.sh)"
7575
| Путь | Тип | Описание |
7676
|----------------------------------|--------|--------------------------------------------------------|
7777
| `/opt/mafl/data/data/config.yml` | File | App configuration - [more](../reference/configuration) |
78-
| `/opt/mafl/data/public/icons` | Folder | Local icons - [more](../reference/icons) |
79-
| `/opt/mafl/data/public/favicons` | Folder | Favicon icons - [more](../reference/favicons) |
78+
| `/opt/mafl/public/icons` | Folder | Local icons - [more](../reference/icons) |
79+
| `/opt/mafl/public/favicons` | Folder | Favicon icons - [more](../reference/favicons) |
8080

8181
```shell
8282
nano /opt/mafl/data/config.yml

0 commit comments

Comments
 (0)