From de18bfe7f4f6c71ab378bc2a836f69ac59802b0f Mon Sep 17 00:00:00 2001 From: lpohsien Date: Mon, 7 Nov 2022 21:34:08 +0800 Subject: [PATCH] Fix ComponentManager diagram formatting --- docs/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 59006ad7959..c96811ab1b9 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -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.