Skip to content

Commit

Permalink
Add hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
ldinghan committed Nov 13, 2023
1 parent c9065d0 commit b0190f9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).



Expand Down Expand Up @@ -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.


<div class="alert alert-info">
<md>

:information_source: **Note**:

* The process of `createEditedGradedTestPerson` is summarised in the activity diagram below:

![CreateEditedGradedTestPerson Activity Diagram](images/CreateEditedGradedTestPersonAD.png)

</md>


<br>

Expand Down

0 comments on commit b0190f9

Please sign in to comment.