Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2018-12-31 23:20:55 +0300
committerMike Lewis <mlewis@gitlab.com>2018-12-31 23:20:55 +0300
commit35e5833df4de26fc8e1b2c1d629dc27f239c956d (patch)
tree374668400ebae09f0607f8f277e75fcc35dd28fe
parent0ed9b252ce3231f9d0542ca3f62d68cac36080be (diff)
Fixed typo in structure.md link
-rw-r--r--doc/development/documentation/feature-change-workflow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/feature-change-workflow.md b/doc/development/documentation/feature-change-workflow.md
index d1858a46bd9..b5b325683a3 100644
--- a/doc/development/documentation/feature-change-workflow.md
+++ b/doc/development/documentation/feature-change-workflow.md
@@ -109,4 +109,4 @@ the developer and code reviewer should have already made a good-faith effort to
- Location (make sure the doc is in the correct dir and has the correct name).
- Syntax, typos, and broken links.
- Improvements to the content.
- - Accordance to the [Documentation Style Guide](styleguide.md) and [structure/template](stucture.md).
+ - Accordance to the [Documentation Style Guide](styleguide.md) and [structure/template](structure.md).