@@ 18,11 18,11 @@
<li>Only 5KB</li>
</ul>
<h3>Usage:</h3>
- <p>Copy and paste the following inside your <code>head</code> element:</p>
- <pre><link rel="stylesheet" href="https://vanillacss.com/vanilla.css"></pre>
+ <p>Download the main stylesheet from this project, then copy and paste the following inside your <code>head</code> element:</p>
+ <pre><link rel="stylesheet" href="vanilla.css"></pre>
<p>Or import directly in your own CSS:</p>
- <pre>@import url('https://vanillacss.com/vanilla.css');</pre>
- <p><i>This project is completely free and open source.</i> Check it out on <a href="https://github.com/bradleytaunt/vanilla-css">Github</a>.</p>
+ <pre>@import url('vanilla.css');</pre>
+ <p><i>This project is completely free and open source.</i> Check it out on <a href="https://git.sr.ht/~bt/vanilla-css">sourcehut</a>.</p>
</header>
<nav role="navigation">
<ul>
@@ 269,7 269,7 @@
</main>
<footer role="contentinfo">
<hr>
- <p><small>Created by <a href="https://bradleytaunt.com">Bradley Taunt</a>. Source on <a href="https://github.com/bradleytaunt/vanilla-css">Github</a>.
+ <p><small>Created by <a href="https://bt.ht">Bradley Taunt</a>. Source on <a href="https://git.sr.ht/~bt/vanilla-css">sourcehut</a>.
<br>HTML5 element example page by <a href="https://twitter.com/cbracco">@cbracco</a>. Code on <a href="https://github.com/cbracco/html5-test-page">GitHub</a>.</small></p>
</footer>
</div>