Skip to content

Commit e8e18e3

Browse files
committed
fix images not showing in github
1 parent 2cdab75 commit e8e18e3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.obsidian/workspace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@
192192
},
193193
"active": "29cb85681152b2dc",
194194
"lastOpenFiles": [
195-
"Process Models/images/Pasted image 20250413231002.png",
196-
"Process Models/Incremental Model.md",
195+
"Process Models/Waterfall Model.md",
197196
"Process Models/V-Model.md",
197+
"Process Models/Incremental Model.md",
198+
"Process Models/images/Pasted image 20250413231002.png",
198199
"Process Models/images/Pasted image 20250413230023.png",
199200
"Process Models/images/Pasted image 20250413230005.png",
200-
"Process Models/Waterfall Model.md",
201201
"Process Models/images/Pasted image 20250413225615.png",
202202
"Resources/Resources.md",
203203
"The Agile Philosophy/DSDM Principles.md",

Process Models/Incremental Model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ The **Incremental Model** combines elements of the **Waterfall model** with iter
2626

2727
# Diagram
2828

29-
![incremental model](Images/Pasted%20image%2020250413231002.png)
29+
![incremental model](https://github.com/maniebra/software-engineering-docs/blob/main/Process%20Models/images/Pasted%20image%2020250413231002.png?raw=true)

Process Models/V-Model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ Each development phase has a matching test phase:
3636

3737
# Diagrams
3838

39-
![v model 1](Images/Pasted%20image%2020250413230005.png)
39+
![v model 1](https://github.com/maniebra/software-engineering-docs/blob/main/Process%20Models/images/Pasted%20image%2020250413230005.png?raw=true)
4040

41-
![v-model 2](Images/Pasted%20image%2020250413230023.png)
41+
![v-model 2](https://github.com/maniebra/software-engineering-docs/blob/main/Process%20Models/images/Pasted%20image%2020250413230023.png?raw=true)

Process Models/Waterfall Model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The Waterfall model is one of the earliest and simplest models used in software
2222
- Risky for complex or long-term projects.
2323

2424
# Diagram
25-
![diagram](Images/Pasted%20image%2020250413225615.png)
25+
![diagram](https://github.com/maniebra/software-engineering-docs/blob/main/Process%20Models/images/Pasted%20image%2020250413225615.png?raw=true)

0 commit comments

Comments
 (0)