From b0190f92573a47bc9d526199c05697d4371ae00d Mon Sep 17 00:00:00 2001 From: ldinghan Date: Tue, 14 Nov 2023 07:29:29 +0800 Subject: [PATCH] Add hyperlink --- docs/DeveloperGuide.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index df970ab8857..21b09eb7b0c 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -344,7 +344,7 @@ GradedTest testFromObjects = new GradedTest( - Cons: * Testing Overhead: The implementation of both alternatives increases testing complexity, requiring thorough testing to ensure compatibility and proper functionality. -- For the UML diagram of `EditGradedTest` refer to [Edit Graded Test](#). +- For the UML diagram of `EditGradedTest` refer to [Edit Graded Test](#edit-graded-test-feature). @@ -736,18 +736,10 @@ The `EditGradedTestCommand` will call its own `updateFilteredPersonList` method Step 5: The `EditGradedTestCommand` then continues its execution as defined by [this](#parser-commands) sequence diagram. - -
- - -:information_source: **Note**: - * The process of `createEditedGradedTestPerson` is summarised in the activity diagram below: ![CreateEditedGradedTestPerson Activity Diagram](images/CreateEditedGradedTestPersonAD.png) - -