Skip to content

Commit cbcf0b8

Browse files
authored
Corrected links in architecture (#241)
1 parent 7047e1b commit cbcf0b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/introduction/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
SeaTable Server uses Docker/Docker Compose for easy deployment and upgrades.
66

7-
A SeaTable Server instance consists of a handful of Docker containers. The following diagram is a simplified representation of the required Docker containers deployed in the [single node setup](../installation/basic-setup/).
7+
A SeaTable Server instance consists of a handful of Docker containers. The following diagram is a simplified representation of the required Docker containers deployed in the [single node setup](../../installation/basic-setup/).
88

99
```mermaid
1010
flowchart TB
@@ -137,8 +137,8 @@ By default, SeaTable Server stores user data in the following structure on the l
137137

138138
These directories contain the following content:
139139

140-
- conf: configuration files for SeaTable Server components (see [Configuration](../configuration/dtable-web-settings/))
141-
- logs: log files generated by SeaTable Server components (see [Logging](../maintenance/logs/))
140+
- conf: configuration files for SeaTable Server components (see [Configuration](../../configuration/dtable-web-settings/))
141+
- logs: log files generated by SeaTable Server components (see [Logging](../../maintenance/logs/))
142142
- db-data: data stored in big data storage
143143
- seahub-data: avatars and image thumbnails
144144
- storage-data: base data, base snapshots, and backup of big data

0 commit comments

Comments
 (0)