Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit 9411365

Browse files
authored
Merge pull request #665 from brendonbeebe/gh-pages
Updated all url's to cloudflare
2 parents 9aca11d + df2f649 commit 9411365

26 files changed

Lines changed: 56 additions & 56 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
backgrid
3-
http://github.com/wyuenho/backgrid
3+
http://github.com/cloudflare/backgrid
44
55
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
66
Licensed under the MIT license.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Backgrid.js
22

3-
[![Build Status](https://travis-ci.org/wyuenho/backgrid.png?branch=master)](https://travis-ci.org/wyuenho/backgrid)
3+
[![Build Status](https://travis-ci.org/cloudflare/backgrid.png?branch=master)](https://travis-ci.org/cloudflare/backgrid)
44

55
Backgrid.js is a set of components for building semantic and easily stylable
66
data grid widgets. It offers a simple, intuitive programming interface that
@@ -22,7 +22,7 @@ functionalities easy.
2222
- Highly modular and customizable. Components are just simple Backbone View classes, customization is easy if you already know Backbone.
2323
- Lightweight. Extra features are separated into extensions, which keeps the bloat away.
2424
- Good documentation.
25-
- Well tested. Comes with [100s of test cases](http://wyuenho.github.io/backgrid/test/).
25+
- Well tested. Comes with [100s of test cases](http://cloudflare.github.io/backgrid/test/).
2626

2727
## Supported browsers [[1]](#note-1):
2828

@@ -107,7 +107,7 @@ Are you kidding me? This is a README file. Go to the [documentation](http://back
107107
## Commercial Support
108108

109109
If there's a feature that you would like me to implement or a bug you'd like me
110-
to fix, you can contact me at this [email address](mailto:wyuenho@gmail.com).
110+
to fix, you can contact me at this [email address](mailto:cloudflare@gmail.com).
111111

112112
## License
113113
Copyright (c) 2013 Jimmy Yuen Ho Wong

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Redirecting to Backgrid API Doc in 1 second</title>
5-
<meta http-equiv="refresh" content="0;URL='http://wyuenho.github.com/backgrid/api/'" />
5+
<meta http-equiv="refresh" content="0;URL='http://cloudflare.github.com/backgrid/api/'" />
66
</head>
77
<body>Redirecting to Backgrid API Doc</body>
88
</html>

lib/backgrid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
backgrid
3-
http://github.com/wyuenho/backgrid
3+
http://github.com/cloudflare/backgrid
44
55
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
66
Licensed under the MIT license.

lib/backgrid.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
22
backgrid 0.3.7
3-
http://github.com/wyuenho/backgrid
3+
http://github.com/cloudflare/backgrid
44
5-
Copyright (c) 2016 Jimmy Yuen Ho Wong and contributors <wyuenho@gmail.com>
5+
Copyright (c) 2016 Jimmy Yuen Ho Wong and contributors <cloudflare@gmail.com>
66
Licensed under the MIT license.
77
*/
88

@@ -27,7 +27,7 @@
2727

2828
/*
2929
backgrid
30-
http://github.com/wyuenho/backgrid
30+
http://github.com/cloudflare/backgrid
3131
3232
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
3333
Licensed under the MIT license.
@@ -176,7 +176,7 @@ _.extend(Command.prototype, {
176176

177177
/*
178178
backgrid
179-
http://github.com/wyuenho/backgrid
179+
http://github.com/cloudflare/backgrid
180180
181181
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
182182
Licensed under the MIT license.
@@ -621,7 +621,7 @@ _.extend(SelectFormatter.prototype, {
621621

622622
/*
623623
backgrid
624-
http://github.com/wyuenho/backgrid
624+
http://github.com/cloudflare/backgrid
625625
626626
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
627627
Licensed under the MIT license.
@@ -1666,7 +1666,7 @@ var SelectCell = Backgrid.SelectCell = Cell.extend({
16661666

16671667
/*
16681668
backgrid
1669-
http://github.com/wyuenho/backgrid
1669+
http://github.com/cloudflare/backgrid
16701670
16711671
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
16721672
Licensed under the MIT license.
@@ -1886,7 +1886,7 @@ var Columns = Backgrid.Columns = Backbone.Collection.extend({
18861886

18871887
/*
18881888
backgrid
1889-
http://github.com/wyuenho/backgrid
1889+
http://github.com/cloudflare/backgrid
18901890
18911891
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
18921892
Licensed under the MIT license.
@@ -2048,7 +2048,7 @@ var EmptyRow = Backgrid.EmptyRow = Backbone.View.extend({
20482048

20492049
/*
20502050
backgrid
2051-
http://github.com/wyuenho/backgrid
2051+
http://github.com/cloudflare/backgrid
20522052
20532053
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
20542054
Licensed under the MIT license.
@@ -2274,7 +2274,7 @@ var Header = Backgrid.Header = Backbone.View.extend({
22742274

22752275
/*
22762276
backgrid
2277-
http://github.com/wyuenho/backgrid
2277+
http://github.com/cloudflare/backgrid
22782278
22792279
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
22802280
Licensed under the MIT license.
@@ -2682,7 +2682,7 @@ var Body = Backgrid.Body = Backbone.View.extend({
26822682

26832683
/*
26842684
backgrid
2685-
http://github.com/wyuenho/backgrid
2685+
http://github.com/cloudflare/backgrid
26862686
26872687
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
26882688
Licensed under the MIT license.
@@ -2722,7 +2722,7 @@ var Footer = Backgrid.Footer = Backbone.View.extend({
27222722

27232723
/*
27242724
backgrid
2725-
http://github.com/wyuenho/backgrid
2725+
http://github.com/cloudflare/backgrid
27262726
27272727
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
27282728
Licensed under the MIT license.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "http://github.com/wyuenho/backgrid"
18+
"url": "http://github.com/cloudflare/backgrid"
1919
},
2020
"devDependencies": {
2121
"backbone.paginator": "^2.0.0",

src/backgrid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
backgrid
3-
http://github.com/wyuenho/backgrid
3+
http://github.com/cloudflare/backgrid
44
55
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
66
Licensed under the MIT license.

src/body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
backgrid
3-
http://github.com/wyuenho/backgrid
3+
http://github.com/cloudflare/backgrid
44
55
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
66
Licensed under the MIT license.

src/cell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
backgrid
3-
http://github.com/wyuenho/backgrid
3+
http://github.com/cloudflare/backgrid
44
55
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
66
Licensed under the MIT license.

src/column.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
backgrid
3-
http://github.com/wyuenho/backgrid
3+
http://github.com/cloudflare/backgrid
44
55
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
66
Licensed under the MIT license.

0 commit comments

Comments
 (0)