From c6dfc9306fcd161a890a99500df614a7698a669a Mon Sep 17 00:00:00 2001 From: esphas Date: Thu, 30 Dec 2021 15:53:47 +0800 Subject: [PATCH] Update gantt.md --- docs/gantt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gantt.md b/docs/gantt.md index 5e4e19535..9f22047eb 100644 --- a/docs/gantt.md +++ b/docs/gantt.md @@ -7,11 +7,11 @@ It is important to remember that when a date, day, or collection of dates specific to a task are "excluded", the Gantt Chart will accomodate those changes by extending an equal number of days, towards the right, not by creating a gap inside the task. - As shown here ![](.img/Gantt-excluded-days-within.png) + As shown here ![](./img/Gantt-excluded-days-within.png) However, if the excluded dates are between two tasks that are set to start consecutively, the excluded dates will be skipped graphically and left blank, and the following task will begin after the end of the excluded dates. - As shown here ![](.img/Gantt-long-weekend-look.png) + As shown here ![](./img/Gantt-long-weekend-look.png) A Gantt chart is useful for tracking the amount of time it would take before a project is finished, but it can also be used to graphically represent "non-working days", with a few tweaks.