Browse Source

fix link paths

pull/264/head
m-tateno 11 years ago
parent
commit
1c5c14f732
2 changed files with 6 additions and 6 deletions
  1. 10
      server/documents/modules/dropdown.html.eco
  2. 2
      server/documents/project/development.html.eco

10
server/documents/modules/dropdown.html.eco

@ -207,7 +207,7 @@ type : 'UI Module'
<div class="dropdown example">
<h4 class="ui header">Button Group</h4>
<p>A <a href="/element/button.html">button group</a> can be formatted to show additional content as a dropdown</p>
<p>A <a href="/elements/button.html">button group</a> can be formatted to show additional content as a dropdown</p>
<div class="ui red icon buttons">
<div class="ui top left pointing dropdown button">
<i class="user icon"></i>
@ -239,7 +239,7 @@ type : 'UI Module'
<div class="button example">
<h4 class="ui header">Combo Button</h4>
<p>A <a href="/element/button.html">button</a> can be formatted with a dropdown</p>
<p>A <a href="/elements/button.html">button</a> can be formatted with a dropdown</p>
<div class="ui teal buttons">
<div class="ui button">Update Post</div>
<div class="ui teal dropdown icon button">
@ -286,7 +286,7 @@ type : 'UI Module'
<div class="hover example">
<h4 class="ui header">Menu</h4>
<p>A <a href="/collection/menu.html">menu</a> element can contain a dropdown</p>
<p>A <a href="/collections/menu.html">menu</a> element can contain a dropdown</p>
<div class="ui compact tiered purple inverted menu">
<div class="menu">
<a class="active item">
@ -320,7 +320,7 @@ type : 'UI Module'
<div class="dropdown example">
<h4 class="ui header">Form</h4>
<p>A dropdown can be formatted to allow selection inside a <a href="/collection/form.html">form</a></p>
<p>A dropdown can be formatted to allow selection inside a <a href="/collections/form.html">form</a></p>
<div class="ui form segment">
<p>Let's go ahead and get you signed up.</p>
<div class="two fields">
@ -655,4 +655,4 @@ type : 'UI Module'
</div>
</body>
</html>
</html>

2
server/documents/project/development.html.eco

@ -68,7 +68,7 @@ type : 'Semantic Project'
<p>If you are working on fixing a UI component that is part of Semantic, your best bet is to work actively on the file in <code>/src/{type}/{elementname}/</code> while running a watch script from grunt. This will rebuild the docs after you make changes, so you can see if you have corrected the issue you are fixing.</p>
<p>To see exactly what this is doing you can check out our <a href="https://github.com/jlukic/Semantic-UI/blob/master/node/Gruntfile.js">commented gruntfile</a></p>
<p>To see exactly what this is doing you can check out our <a href="https://github.com/jlukic/Semantic-UI/blob/master/Gruntfile.js">commented gruntfile</a></p>
<div class="code" data-title="Watching Changes" data-type="terminal">
grunt

Loading…
Cancel
Save