Skip to content

Commit 4d6ed2b

Browse files
committed
Repository renaming
1 parent 3f4ac5d commit 4d6ed2b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PACE
22
====
3-
[![Latest Release](https://img.shields.io/github/tag/EatBreatheCode/pace.svg?label=version)](https://github.com/EatBreatheCode/pace/releases)
3+
[![Latest Release](https://img.shields.io/github/tag/CodeByZach/pace.svg?label=version)](https://github.com/CodeByZach/pace/releases)
44

55
An automatic web page progress bar.
66

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/)
99

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
1212
(as early as is possible), and you're done!
1313

1414
Pace will automatically monitor your ajax requests, event loop lag, document
@@ -66,7 +66,7 @@ define(['pace'], function(pace){
6666
Themes
6767
------
6868

69-
Pace includes a bunch of [themes](https://eatbreathecode.github.io/pace/)
69+
Pace includes a bunch of [themes](https://codebyzach.github.io/pace/)
7070
to get you started. Just include the appropriate css file. Send us a PR with
7171
any interesting themes you create.
7272

@@ -162,7 +162,7 @@ paceOptions = {
162162

163163
You can always trigger a restart manually by calling `Pace.restart()`
164164

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.
166166

167167
API
168168
---
@@ -266,7 +266,7 @@ Issues
266266
------
267267

268268
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.
270270

271271
Credits
272272
-------

pace-theme-default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* pace.js v1.2.1 | Default theme
3-
* https://github.com/EatBreatheCode/pace/
3+
* https://github.com/CodeByZach/pace/
44
* Licensed MIT © HubSpot, Inc.
55
*/
66
.pace {

pace-theme-default.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* pace.js v1.2.1 | Default theme
3-
* https://github.com/EatBreatheCode/pace/
3+
* https://github.com/CodeByZach/pace/
44
* Licensed MIT © HubSpot, Inc.
55
*/
66
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#d72630;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}

pace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* pace.js v1.2.3
3-
* https://github.com/EatBreatheCode/pace/
3+
* https://github.com/CodeByZach/pace/
44
* Licensed MIT © HubSpot, Inc.
55
*/
66
(function() {

pace.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)