Skip to content

Commit db93c21

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents ef74630 + 3371dd1 commit db93c21

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
@@ -41,8 +41,8 @@ Pure Change History
4141
the amount of padding to `padding: 0.5em 1em`.
4242

4343

44-
[#24]: https://github.com/yui/pure/issues/24
45-
[#267]: https://github.com/yui/pure/pull/267
44+
[#24]: https://github.com/yahoo/pure/issues/24
45+
[#267]: https://github.com/yahoo/pure/pull/267
4646

4747

4848
0.4.2 (2014-02-13)
@@ -64,10 +64,10 @@ Pure Change History
6464
`border-width`. ([#295][] @kwando)
6565

6666

67-
[#265]: https://github.com/yui/pure/issues/265
68-
[#283]: https://github.com/yui/pure/issues/283
69-
[#286]: https://github.com/yui/pure/issues/286
70-
[#295]: https://github.com/yui/pure/issues/295
67+
[#265]: https://github.com/yahoo/pure/issues/265
68+
[#283]: https://github.com/yahoo/pure/issues/283
69+
[#286]: https://github.com/yahoo/pure/issues/286
70+
[#295]: https://github.com/yahoo/pure/issues/295
7171

7272

7373
0.4.1 (2014-02-06)
@@ -125,14 +125,14 @@ Pure Change History
125125
* Removed hard-coded height for horizontal menus. ([#164][])
126126

127127

128-
[#144]: https://github.com/yui/pure/issues/144
129-
[#164]: https://github.com/yui/pure/issues/164
130-
[#174]: https://github.com/yui/pure/issues/174
131-
[#177]: https://github.com/yui/pure/issues/177
132-
[#191]: https://github.com/yui/pure/issues/191
133-
[#200]: https://github.com/yui/pure/issues/200
134-
[#221]: https://github.com/yui/pure/issues/221
135-
[#261]: https://github.com/yui/pure/issues/261
128+
[#144]: https://github.com/yahoo/pure/issues/144
129+
[#164]: https://github.com/yahoo/pure/issues/164
130+
[#174]: https://github.com/yahoo/pure/issues/174
131+
[#177]: https://github.com/yahoo/pure/issues/177
132+
[#191]: https://github.com/yahoo/pure/issues/191
133+
[#200]: https://github.com/yahoo/pure/issues/200
134+
[#221]: https://github.com/yahoo/pure/issues/221
135+
[#261]: https://github.com/yahoo/pure/issues/261
136136

137137
[rework-pure-grids]: https://github.com/ericf/rework-pure-grids
138138
[Rework]: https://github.com/visionmedia/rework
@@ -227,17 +227,17 @@ Pure Change History
227227
aspect ratios are maintained when the page is resized. ([#172][]: @dchest)
228228

229229

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

242242
[Customize]: http://purecss.io/customize/
243243
[Grids-fonts]: http://purecss.io/grids/#using-grids-with-custom-fonts
@@ -288,16 +288,16 @@ Pure Change History
288288
where tables inside of grids would break the grid. ([#95][]: @AurelioDeRosa)
289289

290290

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

302302

303303
0.2.0 (2013-06-11)
@@ -320,7 +320,7 @@ Pure Change History
320320
* Added `grunt watch` task which runs tests and build.
321321

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

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

364364

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

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

378378

379379
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)