diff options
author | Victor Wu <victor@gitlab.com> | 2017-04-21 19:38:14 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2017-04-21 19:38:14 +0000 |
commit | dd04ad360049f301527d030338333f876d157f08 (patch) | |
tree | 06318a321119e7f32b7bded13a3fa8e55ce110d2 | |
parent | ff986c7040f594f19225274896fdbaa34bc8a713 (diff) | |
download | gitlab-ce-dd04ad360049f301527d030338333f876d157f08.tar.gz |
Remove reference to burndown charts since they don't exist for ce.remove-burndown-chart-reference-from-docs
-rw-r--r-- | doc/user/project/milestones/index.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/user/project/milestones/index.md b/doc/user/project/milestones/index.md index 9502b9885c1..a43a42a8fe8 100644 --- a/doc/user/project/milestones/index.md +++ b/doc/user/project/milestones/index.md @@ -14,9 +14,6 @@ To create a new milestone, simply click the **New milestone** button when in the milestones page. A milestone can have a title, a description and start/due dates. Once you fill in all the details, hit the **Create milestone** button. ->**Note:** -The start/due dates are required if you intend to use [Burndown charts](#burndown-charts). - ![Creating a milestone](img/milestone_create.png) ## Creating a group milestone |