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

Commit 496b09b

Browse files
committed
update github org references to pure-css/pure*
1 parent 8268841 commit 496b09b

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Please consider the following before submitting a pull request:
22

3-
Guidelines for contributing: https://github.com/yahoo/pure/blob/master/CONTRIBUTING.md
3+
Guidelines for contributing: https://github.com/pure-css/pure/blob/master/CONTRIBUTING.md
44

55
Example of changes on an interactive website such as the following:
66

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pure CSS Website
22
================
33

4-
[![Build Status](http://img.shields.io/travis/yahoo/pure-site.svg?style=flat-square)](https://travis-ci.org/yahoo/pure-site)
5-
[![Dependency Status](https://david-dm.org/yahoo/pure-site.svg)](https://david-dm.org/yahoo/pure-site)
4+
[![Build Status](http://img.shields.io/travis/pure-css/pure-site.svg?style=flat-square)](https://travis-ci.org/pure-css/pure-site)
5+
[![Dependency Status](https://david-dm.org/pure-css/pure-site.svg)](https://david-dm.org/pure-css/pure-site)
66

77
The website which showcases [Pure CSS][Pure].
88

99

10-
[Pure]: https://github.com/yahoo/pure
10+
[Pure]: https://github.com/pure-css/pure
1111

1212

1313
Running Locally
@@ -96,4 +96,4 @@ License
9696
This software is free to use under the Yahoo! Inc. BSD license.
9797
See the [LICENSE file][] for license text and copyright information.
9898

99-
[LICENSE file]: https://github.com/yahoo/pure-site/blob/master/LICENSE.md
99+
[LICENSE file]: https://github.com/pure-css/pure-site/blob/master/LICENSE.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/yahoo/pure-site.git"
9+
"url": "git://github.com/pure-css/pure-site.git"
1010
},
1111
"author": "Tilo Mitra <tilomitra@gmail.com> (http://www.tilomitra.com/)",
1212
"contributors": [

views/pages/customize.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</tr>
8686
<tr>
8787
<td><a href="http://rawgit.com/">RawGit</a></td>
88-
<td>//cdn.rawgit.com/yahoo/pure-release/v{{pure.version}}/pure-min.css</td>
88+
<td>//cdn.rawgit.com/pure-css/pure-release/v{{pure.version}}/pure-min.css</td>
8989
<td>Yes</td>
9090
<td>No</td>
9191
</tr>
@@ -176,7 +176,7 @@
176176

177177
{{sectionHeading "Contribute on GitHub"}}
178178
<p>
179-
Pure is an open-source project under the BSD License. We welcome issues, pull requests, and feedback. Check out our <a href="https://github.com/yahoo/pure">repo on GitHub</a>.
179+
Pure is an open-source project under the BSD License. We welcome issues, pull requests, and feedback. Check out our <a href="https://github.com/pure-css/pure">repo on GitHub</a>.
180180
</p>
181181

182182
</div>

views/pages/home.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<p>
2121
<a class="button-cta pure-button" href="{{pathTo 'start'}}">Get Started</a>
22-
<a class="button-secondary pure-button" href="https://github.com/yahoo/pure/">View on GitHub</a>
22+
<a class="button-secondary pure-button" href="https://github.com/pure-css/pure/">View on GitHub</a>
2323
</p>
2424
</div>
2525
</div>

views/pages/layouts/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pure CSS Layout Examples
44
Layout examples using [Pure CSS][pure] compiled from the [pure-site][] project.
55

66
[pure]: http://purecss.io/
7-
[pure-site]: https://github.com/yahoo/pure-site
7+
[pure-site]: https://github.com/pure-css/pure-site
88

99

1010
License

views/pages/layouts/examples/blog.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<ul>
147147
<li class="pure-menu-item"><a href="http://purecss.io/" class="pure-menu-link">About</a></li>
148148
<li class="pure-menu-item"><a href="http://twitter.com/yuilibrary/" class="pure-menu-link">Twitter</a></li>
149-
<li class="pure-menu-item"><a href="http://github.com/yahoo/pure/" class="pure-menu-link">GitHub</a></li>
149+
<li class="pure-menu-item"><a href="http://github.com/pure-css/pure/" class="pure-menu-link">GitHub</a></li>
150150
</ul>
151151
</div>
152152
</div>

views/pages/start.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="content">
2828
<aside>
2929
<p>
30-
Alternatively, you can <a href="https://github.com/yahoo/pure-release/archive/v{{pure.version}}.zip">download Pure</a>, or <a href="{{pathTo 'customize'}}">check out other CDNs</a> that host Pure.
30+
Alternatively, you can <a href="https://github.com/pure-css/pure-release/archive/v{{pure.version}}.zip">download Pure</a>, or <a href="{{pathTo 'customize'}}">check out other CDNs</a> that host Pure.
3131
</p>
3232
</aside>
3333

views/pages/tools.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</p>
4343

4444
{{#code "shell"}}
45-
$ composer require yahoo/purecss
45+
$ composer require pure-css/purecss
4646
{{/code}}
4747

4848

views/partials/legal.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<div class="pure-u-1 u-sm-1-2">
33
<p class="legal-license">
44
This site is built with &lt;3 using Pure v{{pure.version}}<br>
5-
All code on this site is licensed under the <a href="https://github.com/yahoo/pure-site/blob/master/LICENSE.md">Yahoo BSD License</a> unless otherwise stated.
5+
All code on this site is licensed under the <a href="https://github.com/pure-css/pure-site/blob/master/LICENSE.md">Yahoo BSD License</a> unless otherwise stated.
66
</p>
77
</div>
88

99
<div class="pure-u-1 u-sm-1-2">
1010
<ul class="legal-links">
11-
<li><a href="https://github.com/yahoo/pure/">GitHub Project</a></li>
11+
<li><a href="https://github.com/pure-css/pure/">GitHub Project</a></li>
1212
<li><a href="https://hackerone.com/yahoo/">Security Contact Info</a></li>
1313
</ul>
1414

0 commit comments

Comments
 (0)