From 6aa5dcc2ee8201434984c6d290ad27de4a4c9c88 Mon Sep 17 00:00:00 2001 From: kai jie Date: Wed, 15 Nov 2023 09:20:38 +0800 Subject: [PATCH 1/2] Fix broken links --- docs/DeveloperGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index fd98cc86f..47a9afc7c 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -24,8 +24,8 @@ title: Developer Guide ## Acknowledgements References -1. [Developer Guide] (https://se-education.org/addressbook-level3/DeveloperGuide.html) -2. [User Guide] (https://se-education.org/addressbook-level3/UserGuide.html) +1. [Developer Guide](https://se-education.org/addressbook-level3/DeveloperGuide.html) +2. [User Guide](https://se-education.org/addressbook-level3/UserGuide.html) ## Design & implementation From ed42063d05f64f19df5c5c143d36ac92519047a1 Mon Sep 17 00:00:00 2001 From: kai jie Date: Wed, 15 Nov 2023 09:23:46 +0800 Subject: [PATCH 2/2] Update bullet points --- docs/DeveloperGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 47a9afc7c..c3fa43be3 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -78,6 +78,7 @@ A new recipe titled "dumpings" will be added to `recipes:RecipeList`. The number ![RecipeListAdd](images/RecipeListAdd.png) + 3. `Delete` an existing recipe Recipe titled "chicken pizza" is at index 2 of the `RecipeList`. By giving the command `delete r/2`, `recipes:RecipeList` will remove `chicken pizza:Recipe` from the ArrayList of recipes.