Skip to content

Commit 2739086

Browse files
authored
Merge pull request #26 from BillyChen1/fix_img_bugs
fix img bugs
2 parents 2ad343f + 93d1caa commit 2739086

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

+2-2
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)