Skip to content

Commit 67745f5

Browse files
committed
Update locations
1 parent de9ff18 commit 67745f5

5 files changed

Lines changed: 16 additions & 14 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ project:
9696
# Navigate to the newly cloned directory
9797
cd sanitize.css
9898
# Assign the original repo to a remote called "upstream"
99-
git remote add upstream https://github.com/10up/sanitize.css
99+
git remote add upstream https://github.com/jonathantneal/sanitize.css
100100
```
101101

102102
2. If you cloned a while ago, get the latest changes from upstream:

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# sanitize.css
22

3-
<a href="https://github.com/10up/sanitize.css"><img src="https://10up.github.io/sanitize.css/logo.svg" alt="PostHTML Logo" width="80" height="80" align="right"></a>
3+
<a href="https://github.com/jonathantneal/sanitize.css"><img src="https://jonathantneal.github.io/sanitize.css/logo.svg" alt="sanitize.css logo" width="80" height="80" align="right"></a>
44

55
> The best-practices CSS foundation.
66
77
[![npm][npm-image]][npm-url] [![bower][bower-image]][bower-url]
8-
[![gitter][gitter-image]][gitter-url]
8+
[![ci][ci-image]][ci-url] [![gitter][gitter-image]][gitter-url]
99

1010
[sanitize.css] is a CSS library that corrects broken and missing styles in all
1111
browsers, preserving useful defaults rather than unstyling everything. It’s
@@ -27,7 +27,7 @@ bower install --save sanitize-css
2727

2828
##### CDN
2929

30-
https://cdnjs.com/libraries/10up-sanitize.css
30+
https://cdnjs.com/libraries/jonathantneal-sanitize.css
3131

3232
## Features
3333

@@ -210,13 +210,15 @@ include **Internet Explorer 9** and **Safari 7**.
210210

211211
**sanitize.css** is dedicated to the [public domain](LICENSE.md).
212212

213-
[npm-image]: https://img.shields.io/npm/v/sanitize.css.svg?style=flat-square
214-
[npm-url]: https://www.npmjs.com/package/sanitize.css
215213
[bower-image]: https://img.shields.io/bower/v/sanitize-css.svg?style=flat-square
216214
[bower-url]: https://libraries.io/bower/sanitize-css
217-
[gitter-image]: https://img.shields.io/gitter/room/10up/sanitize.css.svg?style=flat-square
218-
[gitter-url]: https://gitter.im/10up/sanitize.css
215+
[ci-image]: https://img.shields.io/travis/jonathantneal/sanitize.css.svg?style=flat-square
216+
[ci-url]: https://travis-ci.org/jonathantneal/sanitize.css
217+
[gitter-image]: https://img.shields.io/gitter/room/jonathantneal/sanitize.css.svg?style=flat-square
218+
[gitter-url]: https://gitter.im/jonathantneal/sanitize.css
219+
[npm-image]: https://img.shields.io/npm/v/sanitize.css.svg?style=flat-square
220+
[npm-url]: https://www.npmjs.com/package/sanitize.css
219221

220222
[normalize.css]: https://github.com/necolas/normalize.css
221223
[reset.css]: http://meyerweb.com/eric/tools/css/reset/
222-
[sanitize.css]: https://github.com/10up/sanitize.css
224+
[sanitize.css]: https://github.com/jonathantneal/sanitize.css

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authors": [
66
"Jonathan Neal <[email protected]> (http://jonathantneal.com/)"
77
],
8-
"homepage": "http://10up.github.io/sanitize.css",
8+
"homepage": "http://jonathantneal.github.io/sanitize.css",
99
"license": "CC0-1.0",
1010
"keywords": [
1111
"css",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"engines": {
1717
"node": ">=0.12.0"
1818
},
19-
"repository": "10up/sanitize.css",
19+
"repository": "jonathantneal/sanitize.css",
2020
"keywords": [
2121
"css",
2222
"cssnext",
@@ -31,8 +31,8 @@
3131
],
3232
"author": "Jonathan Neal <[email protected]> (http://jonathantneal.com)",
3333
"license": "CC0-1.0",
34-
"bugs": "https://github.com/10up/sanitize.css/issues",
35-
"homepage": "https://github.com/10up/sanitize.css#readme",
34+
"bugs": "https://github.com/jonathantneal/sanitize.css/issues",
35+
"homepage": "https://github.com/jonathantneal/sanitize.css#readme",
3636
"stylelint": {
3737
"extends": "stylelint-config-10up"
3838
}

sanitize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
1+
/*! sanitize.css v4.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
22

33
/* Display definitions
44
========================================================================== */

0 commit comments

Comments
 (0)