Skip to content

Commit d0493c3

Browse files
committed
Fix download link
1 parent e9624b5 commit d0493c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pace
22
====
33

4-
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.4.0/pace.min.js) and the
4+
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.4.1/pace.min.js) and the
55
[theme](http://github.hubspot.com/pace/docs/themes/) css of your choice on your page
66
(as early as is possible), and you're done!
77

docs/welcome/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ <h3>Loading has never been this easy.</h3>
362362
<div class="page">
363363
<div class="up-arrow"></div>
364364
<h2>Download</h2>
365-
<p><a class="download-src-link" href="/pace/pace.js">Pace.js</a></p>
365+
<p><a class="download-src-link" href="https://raw.github.com/HubSpot/pace/v0.4.1/pace.min.js">Pace.js</a></p>
366366
<br/>
367367
<h2>Themes</h2>
368368
<input type="color" value="#2299dd"></input>
@@ -542,4 +542,4 @@ <h2>Themes</h2>
542542
<!-- Force 3d acceleration always and forever :) -->
543543
<div style="-webkit-transform: translateZ(0)"></div>
544544
</body>
545-
</html>
545+
</html>

0 commit comments

Comments
 (0)