Browse Source

Merge pull request #94 from makotot/url

fix paths to the correct url

Former-commit-id: 3449a633a4
Former-commit-id: b0d2b0f4a1
pull/258/head
Jack Lukic 11 years ago
parent
commit
aab691ca95
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. 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 ### 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> <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 secondary button" href="/guide/styleguide.html">Language</a>
<a class="ui button" href="/guide/cssguide.html">CSS</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> <h3 class="ui dividing header">Pull Requests</h3>
@ -99,4 +99,4 @@ type : 'Semantic Project'
Next: Developing Semantic Next: Developing Semantic
<i class="right arrow icon"></i> <i class="right arrow icon"></i>
</a> </a>
</div>
</div>
Loading…
Cancel
Save