diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3a417bb..5db9d63 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ Please consider the following before submitting a pull request: -Guidelines for contributing: https://github.com/yahoo/pure/blob/master/CONTRIBUTING.md +Guidelines for contributing: https://github.com/pure-css/pure/blob/master/CONTRIBUTING.md Example of changes on an interactive website such as the following: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e6fcf8..02e2218 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ contributions along with all other developers who use Pure. [Contributor License Agreement]: #contributor-license-agreement -[open issues]: https://github.com/yahoo/pure/issues +[open issues]: https://github.com/pure-css/pure/issues Docs and Website @@ -24,7 +24,7 @@ repository. [Pure]: http://purecss.io/ -[pure-site]: https://github.com/yahoo/pure-site +[pure-site]: https://github.com/pure-css/pure-site Building and Testing Pure @@ -36,7 +36,7 @@ Once installed, clone the `pure` repo (either the main repo or your fork) and install Pure's gruntplugins via npm: ```shell -$ git clone git://github.com/yahoo/pure.git +$ git clone git://github.com/pure-css/pure.git $ cd pure/ $ npm install ``` diff --git a/Gruntfile.js b/Gruntfile.js index d7d55fc..7398e1f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -186,7 +186,7 @@ grunt.initConfig({ 'Pure v<%= pkg.version %>', 'Copyright 2013 Yahoo!', 'Licensed under the BSD License.', - 'https://github.com/yahoo/pure/blob/master/LICENSE.md', + 'https://github.com/pure-css/pure/blob/master/LICENSE.md', '*/\n' ].join('\n') }, diff --git a/HISTORY.md b/HISTORY.md index 45f40c9..af545fd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -94,8 +94,8 @@ a bit less opinionated, a bit easier to customize on top. the amount of padding to `padding: 0.5em 1em`. -[#24]: https://github.com/yahoo/pure/issues/24 -[#267]: https://github.com/yahoo/pure/pull/267 +[#24]: https://github.com/pure-css/pure/issues/24 +[#267]: https://github.com/pure-css/pure/pull/267 0.4.2 (2014-02-13) @@ -117,10 +117,10 @@ a bit less opinionated, a bit easier to customize on top. `border-width`. ([#295][] @kwando) -[#265]: https://github.com/yahoo/pure/issues/265 -[#283]: https://github.com/yahoo/pure/issues/283 -[#286]: https://github.com/yahoo/pure/issues/286 -[#295]: https://github.com/yahoo/pure/issues/295 +[#265]: https://github.com/pure-css/pure/issues/265 +[#283]: https://github.com/pure-css/pure/issues/283 +[#286]: https://github.com/pure-css/pure/issues/286 +[#295]: https://github.com/pure-css/pure/issues/295 0.4.1 (2014-02-06) @@ -178,14 +178,14 @@ a bit less opinionated, a bit easier to customize on top. * Removed hard-coded height for horizontal menus. ([#164][]) -[#144]: https://github.com/yahoo/pure/issues/144 -[#164]: https://github.com/yahoo/pure/issues/164 -[#174]: https://github.com/yahoo/pure/issues/174 -[#177]: https://github.com/yahoo/pure/issues/177 -[#191]: https://github.com/yahoo/pure/issues/191 -[#200]: https://github.com/yahoo/pure/issues/200 -[#221]: https://github.com/yahoo/pure/issues/221 -[#261]: https://github.com/yahoo/pure/issues/261 +[#144]: https://github.com/pure-css/pure/issues/144 +[#164]: https://github.com/pure-css/pure/issues/164 +[#174]: https://github.com/pure-css/pure/issues/174 +[#177]: https://github.com/pure-css/pure/issues/177 +[#191]: https://github.com/pure-css/pure/issues/191 +[#200]: https://github.com/pure-css/pure/issues/200 +[#221]: https://github.com/pure-css/pure/issues/221 +[#261]: https://github.com/pure-css/pure/issues/261 [rework-pure-grids]: https://github.com/ericf/rework-pure-grids [Rework]: https://github.com/visionmedia/rework @@ -280,17 +280,17 @@ a bit less opinionated, a bit easier to customize on top. aspect ratios are maintained when the page is resized. ([#172][]: @dchest) -[#41]: https://github.com/yahoo/pure/issues/41 -[#143]: https://github.com/yahoo/pure/issues/143 -[#154]: https://github.com/yahoo/pure/issues/154 -[#160]: https://github.com/yahoo/pure/issues/160 -[#162]: https://github.com/yahoo/pure/issues/162 -[#166]: https://github.com/yahoo/pure/issues/166 -[#170]: https://github.com/yahoo/pure/issues/170 -[#171]: https://github.com/yahoo/pure/issues/171 -[#172]: https://github.com/yahoo/pure/issues/172 -[#185]: https://github.com/yahoo/pure/issues/185 -[#189]: https://github.com/yahoo/pure/issues/189 +[#41]: https://github.com/pure-css/pure/issues/41 +[#143]: https://github.com/pure-css/pure/issues/143 +[#154]: https://github.com/pure-css/pure/issues/154 +[#160]: https://github.com/pure-css/pure/issues/160 +[#162]: https://github.com/pure-css/pure/issues/162 +[#166]: https://github.com/pure-css/pure/issues/166 +[#170]: https://github.com/pure-css/pure/issues/170 +[#171]: https://github.com/pure-css/pure/issues/171 +[#172]: https://github.com/pure-css/pure/issues/172 +[#185]: https://github.com/pure-css/pure/issues/185 +[#189]: https://github.com/pure-css/pure/issues/189 [Customize]: http://purecss.io/customize/ [Grids-fonts]: http://purecss.io/grids/#using-grids-with-custom-fonts @@ -341,16 +341,16 @@ a bit less opinionated, a bit easier to customize on top. where tables inside of grids would break the grid. ([#95][]: @AurelioDeRosa) -[#89]: https://github.com/yahoo/pure/issues/89 -[#90]: https://github.com/yahoo/pure/issues/90 -[#94]: https://github.com/yahoo/pure/issues/94 -[#95]: https://github.com/yahoo/pure/issues/95 -[#96]: https://github.com/yahoo/pure/issues/96 -[#102]: https://github.com/yahoo/pure/issues/102 -[#109]: https://github.com/yahoo/pure/issues/109 -[#115]: https://github.com/yahoo/pure/issues/115 -[#127]: https://github.com/yahoo/pure/issues/127 -[#172]: https://github.com/yahoo/pure/pull/172 +[#89]: https://github.com/pure-css/pure/issues/89 +[#90]: https://github.com/pure-css/pure/issues/90 +[#94]: https://github.com/pure-css/pure/issues/94 +[#95]: https://github.com/pure-css/pure/issues/95 +[#96]: https://github.com/pure-css/pure/issues/96 +[#102]: https://github.com/pure-css/pure/issues/102 +[#109]: https://github.com/pure-css/pure/issues/109 +[#115]: https://github.com/pure-css/pure/issues/115 +[#127]: https://github.com/pure-css/pure/issues/127 +[#172]: https://github.com/pure-css/pure/pull/172 0.2.0 (2013-06-11) @@ -373,7 +373,7 @@ a bit less opinionated, a bit easier to customize on top. * Added `grunt watch` task which runs tests and build. * Added support to `pure-site` for serving `pure` locally during - development. ([#46][], [yahoo/pure-site#111][]) + development. ([#46][], [pure-css/pure-site#111][]) * Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. All modern browsers support the non-prefixed versions of these properties. @@ -415,18 +415,18 @@ a bit less opinionated, a bit easier to customize on top. background (`#dedede`) for accessibility. ([#22][]) -[#22]: https://github.com/yahoo/pure/issues/22 -[#23]: https://github.com/yahoo/pure/issues/23 -[#25]: https://github.com/yahoo/pure/issues/25 -[#32]: https://github.com/yahoo/pure/issues/32 -[#42]: https://github.com/yahoo/pure/issues/42 -[#44]: https://github.com/yahoo/pure/issues/44 -[#46]: https://github.com/yahoo/pure/issues/46 -[#49]: https://github.com/yahoo/pure/issues/49 -[#53]: https://github.com/yahoo/pure/issues/53 -[#54]: https://github.com/yahoo/pure/issues/54 +[#22]: https://github.com/pure-css/pure/issues/22 +[#23]: https://github.com/pure-css/pure/issues/23 +[#25]: https://github.com/pure-css/pure/issues/25 +[#32]: https://github.com/pure-css/pure/issues/32 +[#42]: https://github.com/pure-css/pure/issues/42 +[#44]: https://github.com/pure-css/pure/issues/44 +[#46]: https://github.com/pure-css/pure/issues/46 +[#49]: https://github.com/pure-css/pure/issues/49 +[#53]: https://github.com/pure-css/pure/issues/53 +[#54]: https://github.com/pure-css/pure/issues/54 -[yahoo/pure-site#111]: https://github.com/yahoo/pure-site/issues/111 +[pure-css/pure-site#111]: https://github.com/pure-css/pure-site/issues/111 0.1.0 (2013-05-24) diff --git a/README.md b/README.md index 1074d2b..cfbcd04 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Pure A set of small, responsive CSS modules that you can use in every web project. [http://purecss.io/][Pure] -[![Build Status](http://img.shields.io/travis/yahoo/pure.svg?style=flat)][Build Status] -[![Dependency Status](https://david-dm.org/yahoo/pure/dev-status.svg)](https://david-dm.org/yahoo/pure?type=dev) -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/yahoo/pure?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Build Status](http://img.shields.io/travis/pure-css/pure.svg?style=flat)][Build Status] +[![Dependency Status](https://david-dm.org/pure-css/pure/dev-status.svg)](https://david-dm.org/pure-css/pure?type=dev) +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pure-css/pure?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) **Use From the CDN:** @@ -32,7 +32,7 @@ $ npm install purecss [Pure]: http://purecss.io/ [Bower]: http://bower.io/ -[Build Status]: https://travis-ci.org/yahoo/pure +[Build Status]: https://travis-ci.org/pure-css/pure [customize]: http://purecss.io/customize/ @@ -98,7 +98,7 @@ Optionally, you can build Pure from its source on Github. To do this, you'll need to have Node.js and npm installed. We use [Grunt][] to build Pure. ```shell -$ git clone git@github.com:yahoo/pure.git +$ git clone git@github.com:pure-css/pure.git $ cd pure $ npm install $ grunt @@ -163,7 +163,7 @@ requests for the docs and website over at the [`pure-site`][pure-site] repository. -[pure-site]: https://github.com/yahoo/pure-site +[pure-site]: https://github.com/pure-css/pure-site Contributing @@ -172,7 +172,7 @@ Contributing See the [CONTRIBUTING file][] for information on how to contribute to Pure. -[CONTRIBUTING file]: https://github.com/yahoo/pure/blob/master/CONTRIBUTING.md +[CONTRIBUTING file]: https://github.com/pure-css/pure/blob/master/CONTRIBUTING.md License @@ -182,4 +182,4 @@ This software is free to use under the Yahoo! Inc. BSD license. See the [LICENSE file][] for license text and copyright information. -[LICENSE file]: https://github.com/yahoo/pure/blob/master/LICENSE.md +[LICENSE file]: https://github.com/pure-css/pure/blob/master/LICENSE.md diff --git a/composer.json b/composer.json index 47e7e76..3906210 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "yahoo/purecss", + "name": "pure-css/purecss", "description": "Pure is a ridiculously tiny CSS library you can use to start any web project.", "keywords": [ "css", @@ -32,7 +32,7 @@ } ], "support": { - "issues": "https://github.com/yahoo/pure/issues" + "issues": "https://github.com/pure-css/pure/issues" }, "license": "BSD" } diff --git a/package.json b/package.json index 129bbaa..ba41b69 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "repository": { "type": "git", - "url": "git://github.com/yahoo/pure.git" + "url": "git://github.com/pure-css/pure.git" }, "scripts": { "pretest": "grunt build", @@ -31,7 +31,7 @@ }, "description": "Pure is a ridiculously tiny CSS library you can use to start any web project.", "bugs": { - "url": "https://github.com/yahoo/pure/issues" + "url": "https://github.com/pure-css/pure/issues" }, "homepage": "http://purecss.io", "main": "index.js", diff --git a/src/grids/css/grids-core.css b/src/grids/css/grids-core.css index 25075bf..e28a779 100644 --- a/src/grids/css/grids-core.css +++ b/src/grids/css/grids-core.css @@ -8,7 +8,7 @@ /* Sets the font stack to fonts known to work properly with the above letter - and word spacings. See: https://github.com/yahoo/pure/issues/41/ + and word spacings. See: https://github.com/pure-css/pure/issues/41/ The following font stack makes Pure Grids work on all known environments.