1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

Merge pull request #65 from github/tos-link

Add link to GitHub.com TOS to footer
This commit is contained in:
Phil Haack 2013-06-11 15:40:13 -07:00
commit cc1ee73496
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<footer class="site-footer cf"> <footer class="site-footer cf">
<nav> <nav>
<a href="/about/">About</a> <a href="/about/">About</a>
<a href="#">Terms of Service</a> <a href="https://help.github.com/articles/github-terms-of-service">Terms of Service</a>
</nav> </nav>
<p> <p>
Please consult a legal expert before adopting a software license for your project.<br> Please consult a legal expert before adopting a software license for your project.<br>

View File

@ -46,7 +46,7 @@
<footer class="site-footer cf"> <footer class="site-footer cf">
<nav> <nav>
About About
<a href="#">Terms of Service</a> <a href="https://help.github.com/articles/github-terms-of-service">Terms of Service</a>
</nav> </nav>
<p> <p>
Please consult a legal expert before adopting a software license for your project.<br> Please consult a legal expert before adopting a software license for your project.<br>