summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-03-07 16:17:07 -0600
committerClement Ho <ClemMakesApps@gmail.com>2018-03-07 16:17:07 -0600
commite8a8d8c35077a7d3ff7080946460811033ed69f3 (patch)
treeeadad93b9da3bedae34dfcca71ac31e1f10cb7a1
parenteebfdcf3694b7f4e07d1946195db0354c1483972 (diff)
downloadgitlab-ce-e8a8d8c35077a7d3ff7080946460811033ed69f3.tar.gz
Fix broken link
-rw-r--r--doc/development/new_fe_guide/style/html.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/style/html.md b/doc/development/new_fe_guide/style/html.md
index 122e02c2463..337cbc25723 100644
--- a/doc/development/new_fe_guide/style/html.md
+++ b/doc/development/new_fe_guide/style/html.md
@@ -3,7 +3,7 @@
## Buttons
<a name="button-type"></a><a name="1.1"></a>
-- [1.1](#button-type) **Use button type** Button tags requires a `type` attribute according to the [W3C HTML specification](button-type-spec).
+- [1.1](#button-type) **Use button type** Button tags requires a `type` attribute according to the [W3C HTML specification][button-type-spec].
```
// bad