fix links

This commit is contained in:
Jaime Pillora
2014-01-24 01:36:34 +11:00
parent c32169f889
commit a2ec6c036b
+4 -4
View File
@@ -402,10 +402,10 @@ $.notify({
<h4>Style List</h4> <h4>Style List</h4>
<p> <p>
<ul class="square"> <ul class="square">
<li><a href="https://github.com/jpillora/notifyjs/tree/master/dist/styles/bootstrap" target="_blank">bootstrap</a></li> <li><a href="https://github.com/jpillora/notifyjs/tree/gh-pages/dist/styles/bootstrap" target="_blank">bootstrap</a></li>
</ul> </ul>
<ul class="square"> <ul class="square">
<li><a href="https://github.com/jpillora/notifyjs/tree/master/dist/styles/metro" target="_blank">metro</a></li> <li><a href="https://github.com/jpillora/notifyjs/tree/gh-pages/dist/styles/metro" target="_blank">metro</a></li>
</ul> </ul>
</p> </p>
</div> </div>
@@ -416,7 +416,7 @@ $.notify({
Contributing more styles is easy! Contributing more styles is easy!
<ol> <ol>
<li>Click <a href="https://github.com/jpillora/notifyjs/new/master/src/styles" target="_blank">this</a> link</li> <li>Click <a href="https://github.com/jpillora/notifyjs/new/gh-pages/src/styles" target="_blank">this</a> link</li>
<li>Sign into GitHub (if you're not already)</li> <li>Sign into GitHub (if you're not already)</li>
<li>Click 'Fork'</li> <li>Click 'Fork'</li>
<li>Enter your new style</li> <li>Enter your new style</li>
@@ -470,4 +470,4 @@ $.notify({
</script> </script>
</body> </body>
</html> </html>