Skip to content

Commit e15c53a

Browse files
authored
Merge pull request #159 from Ujjawal179/master
Correct Image Source Links for Proper Case Sensitivity
2 parents 78c60a8 + ec77c32 commit e15c53a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_su2gui/Logs-Tab-and-Errors.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The SU2 and SU2GUI logs provide essential information about the execution and pe
88

99
## SU2 Logs
1010

11-
![SU2 Log Tab](../../su2gui_files/User_guide/logs/su2-logs.png)
11+
![SU2 Log Tab](../../su2gui_files/User_guide/Logs/su2-logs.png)
1212

1313
The SU2 logs contain detailed information about the solver's execution, including convergence history, residual values, and solution progress. These logs are invaluable for identifying convergence issues, detecting numerical instabilities, and gaining insights into the overall simulation process.
1414

@@ -17,7 +17,7 @@ Each SU2 log file is stored within the corresponding case folder and is unique t
1717
---
1818
## SU2GUI Logs
1919

20-
![SU2GUI Log Tab](../../su2gui_files/User_guide/logs/su2gui-logs.png)
20+
![SU2GUI Log Tab](../../su2gui_files/User_guide/Logs/su2gui-logs.png)
2121

2222
The SU2GUI logs capture interactions and events within the graphical user interface. These logs are useful for understanding user actions, identifying errors or warnings, and tracking the workflow followed during a simulation setup.
2323

@@ -27,7 +27,7 @@ Unlike the SU2 logs, the SU2GUI log file is updated and cleared each time SU2GUI
2727

2828
## Error/Warn Message
2929

30-
![Error message](../../su2gui_files/User_guide/logs/error-message.png)
30+
![Error message](../../su2gui_files/User_guide/Logs/error-message.png)
3131

3232
In addition to capturing interactions and events within the graphical user interface, SU2GUI also displays any Error and Warning messages received in the log files as pop-up dialog box. This feature helps users quickly identify and address any issues or potential problems during the simulation setup or execution.
3333

_su2gui/Mesh.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ SU2GUI offers the option to load a mesh file through both the GUI and the termin
1515
1. Start a new case. Follow these guides for detailed steps on [starting a new case](./../Manage-Cases/#starting-a-new-case).
1616

1717

18-
2. Click on the "Load Mesh File" option. ![](../../su2gui_files/User_guide/Mesh/button-mesh-file.png)
18+
2. Click on the "Load Mesh File" option. ![](../../su2gui_files/User_guide/mesh/button-mesh-file.png)
1919

2020

21-
3. In the pop-up window, choose the desired mesh file. ![](../../su2gui_files/User_guide/Mesh/choose-mesh-file.png)
21+
3. In the pop-up window, choose the desired mesh file. ![choose mesh file](../../su2gui_files/User_guide/mesh/choose-mesh-file.png)
2222

2323

24-
4. The mesh file should now be loaded, and the properties in the GUI should be updated accordingly. ![](../../su2gui_files/User_guide/Mesh/loaded-mesh-file.png)
24+
4. The mesh file should now be loaded, and the properties in the GUI should be updated accordingly. ![loaded mesh file](../../su2gui_files/User_guide/mesh/loaded-mesh-file.png)
2525

2626

2727

0 commit comments

Comments
 (0)