|
1 | 1 | PACE |
2 | 2 | ==== |
3 | | -[](https://github.com/EatBreatheCode/pace/releases) |
| 3 | +[](https://github.com/CodeByZach/pace/releases) |
4 | 4 |
|
5 | 5 | An automatic web page progress bar. |
6 | 6 |
|
7 | | -### [Demo](https://eatbreathecode.github.io/pace/) |
8 | | -### [Documentation](https://eatbreathecode.github.io/pace/docs/) |
| 7 | +### [Demo](https://codebyzach.github.io/pace/) |
| 8 | +### [Documentation](https://codebyzach.github.io/pace/docs/) |
9 | 9 |
|
10 | | -Include [pace.js](https://raw.github.com/EatBreatheCode/pace/master/pace.min.js) and the |
11 | | -[theme](https://eatbreathecode.github.io/pace/) css of your choice on your page |
| 10 | +Include [pace.js](https://raw.github.com/CodeByZach/pace/master/pace.min.js) and the |
| 11 | +[theme](https://codebyzach.github.io/pace/) css of your choice on your page |
12 | 12 | (as early as is possible), and you're done! |
13 | 13 |
|
14 | 14 | Pace will automatically monitor your ajax requests, event loop lag, document |
@@ -66,7 +66,7 @@ define(['pace'], function(pace){ |
66 | 66 | Themes |
67 | 67 | ------ |
68 | 68 |
|
69 | | -Pace includes a bunch of [themes](https://eatbreathecode.github.io/pace/) |
| 69 | +Pace includes a bunch of [themes](https://codebyzach.github.io/pace/) |
70 | 70 | to get you started. Just include the appropriate css file. Send us a PR with |
71 | 71 | any interesting themes you create. |
72 | 72 |
|
@@ -162,7 +162,7 @@ paceOptions = { |
162 | 162 |
|
163 | 163 | You can always trigger a restart manually by calling `Pace.restart()` |
164 | 164 |
|
165 | | -See [the source](https://github.com/EatBreatheCode/pace/blob/master/pace.js) for a full list of all options. |
| 165 | +See [the source](https://github.com/CodeByZach/pace/blob/master/pace.js) for a full list of all options. |
166 | 166 |
|
167 | 167 | API |
168 | 168 | --- |
@@ -266,7 +266,7 @@ Issues |
266 | 266 | ------ |
267 | 267 |
|
268 | 268 | We have obviously not tested this on every website. If you run into an issue, or find a way the automatic |
269 | | -detection could be better, please [create an Issue](https://github.com/EatBreatheCode/pace/issues/new). If you can include a test case, that's even better. |
| 269 | +detection could be better, please [create an Issue](https://github.com/CodeByZach/pace/issues/new). If you can include a test case, that's even better. |
270 | 270 |
|
271 | 271 | Credits |
272 | 272 | ------- |
|
0 commit comments