Skip to content

Commit 93d1caa

Browse files
committed
fix img bugs
Signed-off-by: chenqiming <[email protected]>
1 parent 2ad343f commit 93d1caa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/core-concepts/architecture-and-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar_position: 3
1010

1111
Fluid is built in the Kubernetes native fashion. It lies between existing underlying cloud native storage systems and the upper layer data-intensive applications. The architecture of Fluid in Kubernetes is as following:
1212

13-
![](../static/img/docs/architecture.png)
13+
![](../../static/img/docs/core-concepts/architecture.png)
1414
Specifically, Fluid is logically split into a data plane and a control plane.
1515

1616
- The control plane is composed of **Dataset/Runtime Controller** and **Application Manager**
@@ -22,7 +22,7 @@ Specifically, Fluid is logically split into a data plane and a control plane.
2222

2323
The following diagram shows the different components.
2424

25-
![](../static/img/docs/componnents.png)
25+
![](../../static/img/docs/core-concepts/components.png)
2626

2727
## Key Concepts
2828

0 commit comments

Comments
 (0)