Skip to content

Commit 3371dd1

Browse files
committed
Merge pull request #371 from ericf/yahoo-org
Update URLs to point to Yahoo org on GitHub
2 parents be60214 + 370d0d3 commit 3371dd1

File tree

6 files changed

+64
-65
lines changed

6 files changed

+64
-65
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ contributions along with all other developers who use Pure.
1212

1313

1414
[Contributor License Agreement]: #contributor-license-agreement
15-
[open issues]: https://github.com/yui/pure/issues
15+
[open issues]: https://github.com/yahoo/pure/issues
1616

1717

1818
Docs and Website
@@ -24,7 +24,7 @@ repository.
2424

2525

2626
[Pure]: http://purecss.io/
27-
[pure-site]: https://github.com/yui/pure-site
27+
[pure-site]: https://github.com/yahoo/pure-site
2828

2929

3030
Building and Testing Pure
@@ -36,7 +36,7 @@ Once installed, clone the `pure` repo (either the main repo or your fork) and
3636
install Pure's gruntplugins via npm:
3737

3838
```shell
39-
$ git clone git://github.com/yui/pure.git
39+
$ git clone git://github.com/yahoo/pure.git
4040
$ cd pure/
4141
$ npm install
4242
```
@@ -101,8 +101,8 @@ naming conventions, along with examples of how to extend the library.
101101
Contributor License Agreement
102102
-----------------------------
103103

104-
Please [sign Pure's CLA][CLA] before sending pull requests. We can't merge your
105-
pull requests unless you have a signed CLA.
104+
Please [sign the Yahoo CLA][CLA] after sending pull requests. We can't merge
105+
your pull requests unless you have a signed CLA.
106106

107107
The CLA ensures that everyone who submits a work of authorship to Pure is
108108
contributing work that is their own or for which they can authoritatively speak.
@@ -123,9 +123,8 @@ making your contribution:
123123
**Note:** that the BSD license is very liberal; it allows for reuse and
124124
adaptation in commercial projects.
125125

126-
2. [Sign the Pure CLA online][CLA]. You will receive confirmation of your CLA
127-
submission via the email address provided on the CLA form. If you have
128-
questions about the CLA, you can address them to yui-cla@yahoo-inc.com.
126+
2. [Sign the Yahoo CLA][CLA] online. If you have questions about the CLA, you
127+
can address them to opensource-cla@yahoo-inc.com.
129128

130129

131-
[CLA]: https://secure.echosign.com/public/hostedForm?formid=A9PFU5T58653A
130+
[CLA]: https://yahoocla.herokuapp.com/

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ grunt.initConfig({
175175
'Pure v<%= pkg.version %>',
176176
'Copyright 2014 Yahoo! Inc. All rights reserved.',
177177
'Licensed under the BSD License.',
178-
'https://github.com/yui/pure/blob/master/LICENSE.md',
178+
'https://github.com/yahoo/pure/blob/master/LICENSE.md',
179179
'*/\n'
180180
].join('\n')
181181
},

HISTORY.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Pure Change History
3838
the amount of padding to `padding: 0.5em 1em`.
3939

4040

41-
[#24]: https://github.com/yui/pure/issues/24
42-
[#267]: https://github.com/yui/pure/pull/267
41+
[#24]: https://github.com/yahoo/pure/issues/24
42+
[#267]: https://github.com/yahoo/pure/pull/267
4343

4444

4545
0.4.2 (2014-02-13)
@@ -61,10 +61,10 @@ Pure Change History
6161
`border-width`. ([#295][] @kwando)
6262

6363

64-
[#265]: https://github.com/yui/pure/issues/265
65-
[#283]: https://github.com/yui/pure/issues/283
66-
[#286]: https://github.com/yui/pure/issues/286
67-
[#295]: https://github.com/yui/pure/issues/295
64+
[#265]: https://github.com/yahoo/pure/issues/265
65+
[#283]: https://github.com/yahoo/pure/issues/283
66+
[#286]: https://github.com/yahoo/pure/issues/286
67+
[#295]: https://github.com/yahoo/pure/issues/295
6868

6969

7070
0.4.1 (2014-02-06)
@@ -122,14 +122,14 @@ Pure Change History
122122
* Removed hard-coded height for horizontal menus. ([#164][])
123123

124124

125-
[#144]: https://github.com/yui/pure/issues/144
126-
[#164]: https://github.com/yui/pure/issues/164
127-
[#174]: https://github.com/yui/pure/issues/174
128-
[#177]: https://github.com/yui/pure/issues/177
129-
[#191]: https://github.com/yui/pure/issues/191
130-
[#200]: https://github.com/yui/pure/issues/200
131-
[#221]: https://github.com/yui/pure/issues/221
132-
[#261]: https://github.com/yui/pure/issues/261
125+
[#144]: https://github.com/yahoo/pure/issues/144
126+
[#164]: https://github.com/yahoo/pure/issues/164
127+
[#174]: https://github.com/yahoo/pure/issues/174
128+
[#177]: https://github.com/yahoo/pure/issues/177
129+
[#191]: https://github.com/yahoo/pure/issues/191
130+
[#200]: https://github.com/yahoo/pure/issues/200
131+
[#221]: https://github.com/yahoo/pure/issues/221
132+
[#261]: https://github.com/yahoo/pure/issues/261
133133

134134
[rework-pure-grids]: https://github.com/ericf/rework-pure-grids
135135
[Rework]: https://github.com/visionmedia/rework
@@ -224,17 +224,17 @@ Pure Change History
224224
aspect ratios are maintained when the page is resized. ([#172][]: @dchest)
225225

226226

227-
[#41]: https://github.com/yui/pure/issues/41
228-
[#143]: https://github.com/yui/pure/issues/143
229-
[#154]: https://github.com/yui/pure/issues/154
230-
[#160]: https://github.com/yui/pure/issues/160
231-
[#162]: https://github.com/yui/pure/issues/162
232-
[#166]: https://github.com/yui/pure/issues/166
233-
[#170]: https://github.com/yui/pure/issues/170
234-
[#171]: https://github.com/yui/pure/issues/171
235-
[#172]: https://github.com/yui/pure/issues/172
236-
[#185]: https://github.com/yui/pure/issues/185
237-
[#189]: https://github.com/yui/pure/issues/189
227+
[#41]: https://github.com/yahoo/pure/issues/41
228+
[#143]: https://github.com/yahoo/pure/issues/143
229+
[#154]: https://github.com/yahoo/pure/issues/154
230+
[#160]: https://github.com/yahoo/pure/issues/160
231+
[#162]: https://github.com/yahoo/pure/issues/162
232+
[#166]: https://github.com/yahoo/pure/issues/166
233+
[#170]: https://github.com/yahoo/pure/issues/170
234+
[#171]: https://github.com/yahoo/pure/issues/171
235+
[#172]: https://github.com/yahoo/pure/issues/172
236+
[#185]: https://github.com/yahoo/pure/issues/185
237+
[#189]: https://github.com/yahoo/pure/issues/189
238238

239239
[Customize]: http://purecss.io/customize/
240240
[Grids-fonts]: http://purecss.io/grids/#using-grids-with-custom-fonts
@@ -285,16 +285,16 @@ Pure Change History
285285
where tables inside of grids would break the grid. ([#95][]: @AurelioDeRosa)
286286

287287

288-
[#89]: https://github.com/yui/pure/issues/89
289-
[#90]: https://github.com/yui/pure/issues/90
290-
[#94]: https://github.com/yui/pure/issues/94
291-
[#95]: https://github.com/yui/pure/issues/95
292-
[#96]: https://github.com/yui/pure/issues/96
293-
[#102]: https://github.com/yui/pure/issues/102
294-
[#109]: https://github.com/yui/pure/issues/109
295-
[#115]: https://github.com/yui/pure/issues/115
296-
[#127]: https://github.com/yui/pure/issues/127
297-
[#172]: https://github.com/yui/pure/pull/172
288+
[#89]: https://github.com/yahoo/pure/issues/89
289+
[#90]: https://github.com/yahoo/pure/issues/90
290+
[#94]: https://github.com/yahoo/pure/issues/94
291+
[#95]: https://github.com/yahoo/pure/issues/95
292+
[#96]: https://github.com/yahoo/pure/issues/96
293+
[#102]: https://github.com/yahoo/pure/issues/102
294+
[#109]: https://github.com/yahoo/pure/issues/109
295+
[#115]: https://github.com/yahoo/pure/issues/115
296+
[#127]: https://github.com/yahoo/pure/issues/127
297+
[#172]: https://github.com/yahoo/pure/pull/172
298298

299299

300300
0.2.0 (2013-06-11)
@@ -317,7 +317,7 @@ Pure Change History
317317
* Added `grunt watch` task which runs tests and build.
318318

319319
* Added support to `pure-site` for serving `pure` locally during
320-
development. ([#46][], [yui/pure-site#111][])
320+
development. ([#46][], [yahoo/pure-site#111][])
321321

322322
* Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. All
323323
modern browsers support the non-prefixed versions of these properties.
@@ -359,18 +359,18 @@ Pure Change History
359359
background (`#dedede`) for accessibility. ([#22][])
360360

361361

362-
[#22]: https://github.com/yui/pure/issues/22
363-
[#23]: https://github.com/yui/pure/issues/23
364-
[#25]: https://github.com/yui/pure/issues/25
365-
[#32]: https://github.com/yui/pure/issues/32
366-
[#42]: https://github.com/yui/pure/issues/42
367-
[#44]: https://github.com/yui/pure/issues/44
368-
[#46]: https://github.com/yui/pure/issues/46
369-
[#49]: https://github.com/yui/pure/issues/49
370-
[#53]: https://github.com/yui/pure/issues/53
371-
[#54]: https://github.com/yui/pure/issues/54
362+
[#22]: https://github.com/yahoo/pure/issues/22
363+
[#23]: https://github.com/yahoo/pure/issues/23
364+
[#25]: https://github.com/yahoo/pure/issues/25
365+
[#32]: https://github.com/yahoo/pure/issues/32
366+
[#42]: https://github.com/yahoo/pure/issues/42
367+
[#44]: https://github.com/yahoo/pure/issues/44
368+
[#46]: https://github.com/yahoo/pure/issues/46
369+
[#49]: https://github.com/yahoo/pure/issues/49
370+
[#53]: https://github.com/yahoo/pure/issues/53
371+
[#54]: https://github.com/yahoo/pure/issues/54
372372

373-
[yui/pure-site#111]: https://github.com/yui/pure-site/issues/111
373+
[yahoo/pure-site#111]: https://github.com/yahoo/pure-site/issues/111
374374

375375

376376
0.1.0 (2013-05-24)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pure
66
A set of small, responsive CSS modules that you can use in every web project.
77
[http://purecss.io/][Pure]
88

9-
[![Build Status](https://travis-ci.org/yui/pure.png?branch=master)][Build Status]
9+
[![Build Status](https://travis-ci.org/yahoo/pure.png?branch=master)][Build Status]
1010

1111
**Use From the CDN:**
1212

@@ -25,7 +25,7 @@ $ bower install --save pure
2525

2626
[Pure]: http://purecss.io/
2727
[Bower]: http://bower.io/
28-
[Build Status]: https://travis-ci.org/yui/pure
28+
[Build Status]: https://travis-ci.org/yahoo/pure
2929
[customize]: http://purecss.io/customize/
3030

3131

@@ -89,7 +89,7 @@ Optionally, you can build Pure from its source on Github. To do this, you'll
8989
need to have Node.js and npm installed. We use [Grunt][] to build Pure.
9090

9191
```shell
92-
$ git clone git@github.com:yui/pure.git
92+
$ git clone git@github.com:yahoo/pure.git
9393
$ cd pure
9494
$ npm install
9595
$ grunt
@@ -154,7 +154,7 @@ requests for the docs and website over at the [`pure-site`][pure-site]
154154
repository.
155155

156156

157-
[pure-site]: https://github.com/yui/pure-site
157+
[pure-site]: https://github.com/yahoo/pure-site
158158

159159

160160
Contributing
@@ -163,7 +163,7 @@ Contributing
163163
See the [CONTRIBUTING file][] for information on how to contribute to Pure.
164164

165165

166-
[CONTRIBUTING file]: https://github.com/yui/pure/blob/master/CONTRIBUTING.md
166+
[CONTRIBUTING file]: https://github.com/yahoo/pure/blob/master/CONTRIBUTING.md
167167

168168

169169
License
@@ -173,4 +173,4 @@ This software is free to use under the Yahoo! Inc. BSD license.
173173
See the [LICENSE file][] for license text and copyright information.
174174

175175

176-
[LICENSE file]: https://github.com/yui/pure/blob/master/LICENSE.md
176+
[LICENSE file]: https://github.com/yahoo/pure/blob/master/LICENSE.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pure",
33
"version": "0.5.0",
44
"private": true,
5-
"repository": "git://github.com/yui/pure.git",
5+
"repository": "git://github.com/yahoo/pure.git",
66
"scripts": {
77
"test": "grunt test"
88
},

src/grids/css/grids-core.css

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

99
/*
1010
Sets the font stack to fonts known to work properly with the above letter
11-
and word spacings. See: https://github.com/yui/pure/issues/41/
11+
and word spacings. See: https://github.com/yahoo/pure/issues/41/
1212
1313
The following font stack makes Pure Grids work on all known environments.
1414

0 commit comments

Comments
 (0)