Skip to content

Commit d14b44f

Browse files
committed
fix error
1 parent 6b2cf2d commit d14b44f

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/en/architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Objects can be documents, videos, PDF files, etc. To store objects, MinIO provid
1111

1212
The architecture diagram is as follows:
1313

14-
<img src="![RustFS 架构图](./images/s2-1.png)" alt="RustFS Architecture Diagram" />
14+
15+
![RustFS Architecture Diagram](./images/s2-1.png)
1516

1617
This is the basic architecture of RustFS. A distributed grid is a computer architecture that uses multiple nodes to perform a single task. Nodes are connected to each other through a network, which enables them to communicate with each other.
1718

docs/en/concepts/availability-and-resiliency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RustFS supports horizontal scaling through adding new storage pools (Server Pool
1313
2. All nodes within a single storage pool must use **identical disk specifications** (type/capacity/quantity)
1414
3. New storage pools must maintain **time synchronization** and **network connectivity** with the existing cluster
1515

16-
![RustFS Architecture](![RustFS 架构图](./images/s2-1.png))
16+
![RustFS Architecture](./images/s2-1.png)
1717

1818
---
1919

docs/zh/architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ RustFS 是一个对象存储系统,类似于众所周知的 AWS S3。作为 Mi
1111

1212
架构图如下:
1313

14-
<img src="![RustFS 架构图](./images/s2-1.png)" alt="RustFS 架构图" />
14+
15+
![RustFS 架构图](./images/s2-1.png)
1516

1617
这是 RustFS 的基本架构,分布式网格是一种使用多个节点执行单个任务的计算机架构。节点通过网络相互连接,这使得它们能够相互通信。
1718

docs/zh/concepts/availability-and-resiliency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RustFS 支持通过新增存储池(Server Pool)的方式实现横向扩容
1313
2. 单个存储池内必须使用**相同规格**的磁盘(类型/容量/数量)
1414
3. 新增存储池需与现有集群保持**时间同步****网络互通**
1515

16-
![RustFS 构图](![RustFS 架构图](./images/s2-1.png))
16+
![RustFS 架构图](./images/s2-1.png)
1717

1818
---
1919

0 commit comments

Comments
 (0)