fix links
This commit is contained in:
+3
-3
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user