diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 27dc211e630..f86ce61e6be 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -171,7 +171,7 @@ a static integer based on the CLI Syntax from the userInput. The string is that **1 - 4** which are pre-assigned to a comparator. #### Overview of SortCommand -![sort_overview_2.png](images%2Fsort_overview_2.png)
+![sort_overview_2.png](images/sortoverview2.png)
Based on the image above: * Step 1: User inputs `sort pri/` which calls the `execute()` function in the `LogicManager` object. * `pri/` is an added CLI Syntax to refer to priority which is an added attribute to `Person` class. diff --git a/docs/images/sort_overview_2.png b/docs/images/sortoverview2.png similarity index 100% rename from docs/images/sort_overview_2.png rename to docs/images/sortoverview2.png