Skip to content
Browse files

Since I'm in there, fix the all the links too

  • Loading branch information...
1 parent 458fc04 commit a7c4c124407a9c01b707168927f237d9a661746a @drkibitz drkibitz committed
Showing with 15 additions and 15 deletions.
  1. +1 −1 CONTRIBUTING.md
  2. +5 −5 README.md
  3. +2 −2 package.json
  4. +1 −1 src/core/index.js
  5. +1 −1 src/core/text/Text.js
  6. +1 −1 src/extras/index.js
  7. +1 −1 src/filters/index.js
  8. +1 −1 src/interaction/index.js
  9. +1 −1 src/loaders/index.js
  10. +1 −1 src/mesh/index.js
View
2 CONTRIBUTING.md
@@ -55,7 +55,7 @@ changing only whitespace or trash files will likely get your PR closed.
- Follow conventions already in the code, and listen to jshint.
-[0]: https://github.com/GoodBoyDigital/pixi.js/issues
+[0]: https://github.com/pixijs/pixi.js/issues
[1]: http://jsfiddle.net
[2]: http://jsbin.com/
[3]: http://nodejs.org
View
10 README.md
@@ -43,7 +43,7 @@ those last 2 examples and allowing us to share the source code :)
- API Documentation is [here](http://pixijs.github.io/docs).
- Feature Examples are [here](https://pixijs.github.io/examples).
- The Pixi.js Forum is [here](http://www.html5gamedevs.com/forum/15-pixijs).
-- Other misc tutorials and resources are [on the Wiki](https://github.com/GoodBoyDigital/pixi.js/wiki/Resources).
+- Other misc tutorials and resources are [on the Wiki](https://github.com/pixijs/pixi.js/wiki/Resources).
### Contribute ###
@@ -51,7 +51,7 @@ Want to be part of the pixi.js project? Great! All are welcome! We will get ther
together :) Whether you find a bug, have a great feature request or you fancy owning a task
from the road map above feel free to get in touch.
-Make sure to read the [Contributing Guide](https://github.com/GoodBoyDigital/pixi.js/blob/master/CONTRIBUTING.md)
+Make sure to read the [Contributing Guide](https://github.com/pixijs/pixi.js/blob/master/CONTRIBUTING.md)
before submitting changes.
### Current features ###
@@ -71,7 +71,7 @@ before submitting changes.
- Primitive Drawing
- Masking
- Filters
-- [User Plugins](https://github.com/GoodBoyDigital/pixi.js/wiki/Pixi-v3-Plugins)
+- [User Plugins](https://github.com/pixijs/pixi.js/wiki/Pixi-v3-Plugins)
### Basic Usage Example ###
@@ -120,7 +120,7 @@ function animate() {
### How to build ###
Note that for most users you don't need to build this project. If all you want is to use pixi, then
-just download one of our [prebuilt releases](https://github.com/GoodBoyDigital/pixi.js/releases). Really
+just download one of our [prebuilt releases](https://github.com/pixijs/pixi.js/releases). Really
the only time you should need to build pixi.js is if you are developing it.
If you don't already have Node.js and NPM, go install them. Once you do, you can then install the gulp
@@ -172,7 +172,7 @@ $> gulp jsdoc
```
The documentation uses [Jaguar.js](https://github.com/davidshimjs/jaguarjs-jsdoc) and the jsdoc format, the configuration
-file can be found at [gulp/utils/jsdoc.conf.json](https://github.com/GoodBoyDigital/pixi.js/blob/dev/gulp/util/jsdoc.conf.json)
+file can be found at [gulp/utils/jsdoc.conf.json](https://github.com/pixijs/pixi.js/blob/dev/gulp/util/jsdoc.conf.json)
### License ###
View
4 package.json
@@ -9,11 +9,11 @@
],
"main": "./src/index.js",
"homepage": "http://goodboydigital.com/",
- "bugs": "https://github.com/GoodBoyDigital/pixi.js/issues",
+ "bugs": "https://github.com/pixijs/pixi.js/issues",
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/GoodBoyDigital/pixi.js.git"
+ "url": "https://github.com/pixijs/pixi.js.git"
},
"scripts": {
"start": "gulp && gulp watch",
View
2 src/core/index.js
@@ -2,7 +2,7 @@
* @file Main export of the PIXI core library
* @author Mat Groves <mat@goodboydigital.com>
* @copyright 2013-2015 GoodBoyDigital
- * @license {@link https://github.com/GoodBoyDigital/pixi.js/blob/master/LICENSE|MIT License}
+ * @license {@link https://github.com/pixijs/pixi.js/blob/master/LICENSE|MIT License}
*/
/**
View
2 src/core/text/Text.js
@@ -189,7 +189,7 @@ Object.defineProperties(Text.prototype, {
style.font = style.font || 'bold 20pt Arial';
style.fill = style.fill || 'black';
style.align = style.align || 'left';
- style.stroke = style.stroke || 'black'; //provide a default, see: https://github.com/GoodBoyDigital/pixi.js/issues/136
+ style.stroke = style.stroke || 'black'; //provide a default, see: https://github.com/pixijs/pixi.js/issues/136
style.strokeThickness = style.strokeThickness || 0;
style.wordWrap = style.wordWrap || false;
style.wordWrapWidth = style.wordWrapWidth || 100;
View
2 src/extras/index.js
@@ -2,7 +2,7 @@
* @file Main export of the PIXI extras library
* @author Mat Groves <mat@goodboydigital.com>
* @copyright 2013-2015 GoodBoyDigital
- * @license {@link https://github.com/GoodBoyDigital/pixi.js/blob/master/LICENSE|MIT License}
+ * @license {@link https://github.com/pixijs/pixi.js/blob/master/LICENSE|MIT License}
*/
require('./cacheAsBitmap');
View
2 src/filters/index.js
@@ -2,7 +2,7 @@
* @file Main export of the PIXI filters library
* @author Mat Groves <mat@goodboydigital.com>
* @copyright 2013-2015 GoodBoyDigital
- * @license {@link https://github.com/GoodBoyDigital/pixi.js/blob/master/LICENSE|MIT License}
+ * @license {@link https://github.com/pixijs/pixi.js/blob/master/LICENSE|MIT License}
*/
/**
View
2 src/interaction/index.js
@@ -2,7 +2,7 @@
* @file Main export of the PIXI interactions library
* @author Mat Groves <mat@goodboydigital.com>
* @copyright 2013-2015 GoodBoyDigital
- * @license {@link https://github.com/GoodBoyDigital/pixi.js/blob/master/LICENSE|MIT License}
+ * @license {@link https://github.com/pixijs/pixi.js/blob/master/LICENSE|MIT License}
*/
/**
View
2 src/loaders/index.js
@@ -2,7 +2,7 @@
* @file Main export of the PIXI loaders library
* @author Mat Groves <mat@goodboydigital.com>
* @copyright 2013-2015 GoodBoyDigital
- * @license {@link https://github.com/GoodBoyDigital/pixi.js/blob/master/LICENSE|MIT License}
+ * @license {@link https://github.com/pixijs/pixi.js/blob/master/LICENSE|MIT License}
*/
/**
View
2 src/mesh/index.js
@@ -2,7 +2,7 @@
* @file Main export of the PIXI extras library
* @author Mat Groves <mat@goodboydigital.com>
* @copyright 2013-2015 GoodBoyDigital
- * @license {@link https://github.com/GoodBoyDigital/pixi.js/blob/master/LICENSE|MIT License}
+ * @license {@link https://github.com/pixijs/pixi.js/blob/master/LICENSE|MIT License}
*/
/**

0 comments on commit a7c4c12

Please sign in to comment.
Something went wrong with that request. Please try again.