Browse Source

fix paths to the correct url

pull/94/head
makototateno 11 years ago
parent
commit
f6e0e80466
2 changed files with 5 additions and 5 deletions
  1. 6
      CONTRIBUTING.md
  2. 4
      node/src/documents/project/contributing.html.eco

6
CONTRIBUTING.md

@ -24,9 +24,9 @@ When submiting a bug report, please include a set of steps to reproduce the issu
Contributors should read over the coding guidelines for the project. Most importantly, the guide for language, as it is one of the most important parts about Semantic UI.
[Language](http://semantic-ui.com/project/guide/styleguide.html)
[CSS](http://semantic-ui.com/project/guide/cssguide.html)
[Javascript](http://semantic-ui.com/project/guide/javascript.html)
[Language](http://semantic-ui.com/guide/styleguide.html)
[CSS](http://semantic-ui.com/guide/cssguide.html)
[Javascript](http://semantic-ui.com/guide/javascriptguide.html)
### Pull Requests

4
node/src/documents/project/contributing.html.eco

@ -57,7 +57,7 @@ type : 'Semantic Project'
<p>Contributors should read over the coding guidelines for the project. Most importantly, the guide for language, as it is one of the most important parts about Semantic UI.</p>
<a class="ui secondary button" href="/guide/styleguide.html">Language</a>
<a class="ui button" href="/guide/cssguide.html">CSS</a>
<a class="ui button" href="/guide/javascript.html">Javascript</a>
<a class="ui button" href="/guide/javascriptguide.html">Javascript</a>
<h3 class="ui dividing header">Pull Requests</h3>
@ -99,4 +99,4 @@ type : 'Semantic Project'
Next: Developing Semantic
<i class="right arrow icon"></i>
</a>
</div>
</div>
Loading…
Cancel
Save