Fix form doc links

This commit is contained in:
Jeremy Thomas 2017-07-17 19:46:18 +01:00
parent 15ac353b38
commit 236e3981e1
3 changed files with 1633 additions and 529 deletions

File diff suppressed because one or more lines are too long

View File

@ -252,7 +252,7 @@ doc-subtab: button
<span class="tag is-info">0.4.2</span>
</p>
<p>
You can create a <strong>non-interactive button</strong> by using the <code>is-static</code> modifier. This is useful to align a text label with an input, for example when using <a href="{{site.url}}/documentation/elements/form#form-addons">form addons</a>.
You can create a <strong>non-interactive button</strong> by using the <code>is-static</code> modifier. This is useful to align a text label with an input, for example when using <a href="{{site.url}}/documentation/form/general#form-addons">form addons</a>.
</p>
</div>
{{button_static_example}}

View File

@ -708,7 +708,7 @@ doc-subtab: general
<hr>
<h3 id="form-addons" class="title">Form field</h3>
<h3 id="form-field" class="title">Form field</h3>
<div class="content">
<p>The <code>field</code> container is a simple container for:</p>