Skip to content

Commit

Permalink
Merge pull request #203 from lpohsien/feature-developer-guide
Browse files Browse the repository at this point in the history
Fix ComponentManager diagram formatting
  • Loading branch information
Piyotato authored Nov 7, 2022
2 parents 8e2ea21 + de18bfe commit 828516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ the `LogicManager.java` class which follows the `Logic` interface. Other compone
through its interface rather than the concrete class (reason: to prevent outside component's being coupled to the
implementation of a component), as illustrated in the (partial) class diagram below.

![Component Managers](images/diagrams/ComponentManagers.png)){: diagram}
![Component Managers](images/diagrams/ComponentManagers.png){: diagram}

The sections below give more details of each component.

Expand Down

0 comments on commit 828516b

Please sign in to comment.