diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7be3d38..90e0c7d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,9 +44,9 @@ A minimal reproduce scenario using http://plnkr.co/ allows us to quickly confirm We will be insisting on a minimal reproduce scenario in order to save maintainers time and ultimately be able to fix more bugs. Interestingly, from our experience users often find coding problems themselves while preparing a minimal plunk. We understand that sometimes it might be hard to extract essentials bits of code from a larger code-base but we really need to isolate the problem before we can fix it. -You can file new issues by filling out our [new issue form](https://github.com/ceolter/ag-grid-angular/issues/new). +You can file new issues by filling out our [new issue form](https://github.com/ag-grid/ag-grid-angular/issues/new). -[github]: https://github.com/ceolter/ag-grid-angular +[github]: https://github.com/ag-grid/ag-grid-angular [jsfiddle]: http://jsfiddle.net [plunker]: http://plnkr.co/edit [runnable]: http://runnable.com diff --git a/README.md b/README.md index 7ac02ba..83230f1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project contains the Angular Component for use with ag-Grid ag-grid-ng2 8.0.0 ~= ag-grid-angular 8.0.0 -All releases from 8.1 onwards will released under ag-grid-angular, and hosted under [https://github.com/ceolter/ag-grid-angular](https://github.com/ceolter/ag-grid-angular) +All releases from 8.1 onwards will released under ag-grid-angular, and hosted under [https://github.com/ag-grid/ag-grid-angular](https://github.com/ceolter/ag-grid-angular) #### Install with Bower @@ -38,31 +38,31 @@ Framework specific Getting Started guides: ## Examples -See the [https://github.com/ceolter/ag-grid-angular-example](https://github.com/ceolter/ag-grid-angular-example) for full +See the [https://github.com/ag-grid/ag-grid-angular-example](https://github.com/ceolter/ag-grid-angular-example) for full working examples of what you can do with ag-Grid and Angular Components. Examples included are: ## Rich Grid with Pure JavaScript -![Rich Grid with Pure JavaScript](https://github.com/ceolter/ag-grid-angular-example/blob/master/docs/images/rich-grid.png?raw=true "Rich Grid with Pure JavaScript") +![Rich Grid with Pure JavaScript](https://github.com/ag-grid/ag-grid-angular-example/blob/master/docs/images/rich-grid.png?raw=true "Rich Grid with Pure JavaScript") ## Rich Grid with Declarative Markup -![Rich Grid with Declarative Markup](https://github.com/ceolter/ag-grid-angular-example/blob/master/docs/images/declarative.png?raw=true "Rich Grid with Declarative Markup") +![Rich Grid with Declarative Markup](https://github.com/ag-grid/ag-grid-angular-example/blob/master/docs/images/declarative.png?raw=true "Rich Grid with Declarative Markup") ## Using Dynamic Components -![Using Dynamic Components](https://github.com/ceolter/ag-grid-angular-example/blob/master/docs/images/dynamic.png?raw=true "Using Dynamic Components") +![Using Dynamic Components](https://github.com/ag-grid/ag-grid-angular-example/blob/master/docs/images/dynamic.png?raw=true "Using Dynamic Components") ## Using Dynamic Components - Richer Example -![Using Dynamic Components - Richer Example](https://github.com/ceolter/ag-grid-angular-example/blob/master/docs/images/rich-dynamic.png?raw=true "Using Dynamic Components - Richer Example") +![Using Dynamic Components - Richer Example](https://github.com/ag-grid/ag-grid-angular-example/blob/master/docs/images/rich-dynamic.png?raw=true "Using Dynamic Components - Richer Example") ## Using Cell Editor Components -![Using Cell Editor Components](https://github.com/ceolter/ag-grid-angular-example/blob/master/docs/images/editor.png?raw=true "Using Cell Editor Components") +![Using Cell Editor Components](https://github.com/ag-grid/ag-grid-angular-example/blob/master/docs/images/editor.png?raw=true "Using Cell Editor Components") ## Using Pinned Row Renderers -![Using Pinned Row Renderers](https://github.com/ceolter/ag-grid-angular-example/blob/master/docs/images/floating-row.png?raw=true "Using Pinned Row Renderers") +![Using Pinned Row Renderers](https://github.com/ag-grid/ag-grid-angular-example/blob/master/docs/images/floating-row.png?raw=true "Using Pinned Row Renderers") ## Using Full Width Renderers -![Using Full Width Renderers](https://github.com/ceolter/ag-grid-angular-example/blob/master/docs/images/full-width.png?raw=true "Using Full Width Renderers") +![Using Full Width Renderers](https://github.com/ag-grid/ag-grid-angular-example/blob/master/docs/images/full-width.png?raw=true "Using Full Width Renderers") ## Using Group Row Renderers -![Using Group Row Renderers](https://github.com/ceolter/ag-grid-angular-example/blob/master/docs/images/grouped-row.png?raw=true "Using Group Row Renderers") +![Using Group Row Renderers](https://github.com/ag-grid/ag-grid-angular-example/blob/master/docs/images/grouped-row.png?raw=true "Using Group Row Renderers") ## With Filters Components -![With Filters Components](https://github.com/ceolter/ag-grid-angular-example/blob/master/docs/images/filter.png?raw=true "With Filters Components") +![With Filters Components](https://github.com/ag-grid/ag-grid-angular-example/blob/master/docs/images/filter.png?raw=true "With Filters Components") ## Master Detail Example -![Master Detail Example](https://github.com/ceolter/ag-grid-angular-example/blob/master/docs/images/master-detail.png?raw=true "Master Detail Example") +![Master Detail Example](https://github.com/ag-grid/ag-grid-angular-example/blob/master/docs/images/master-detail.png?raw=true "Master Detail Example") Frameworks Supported ==================== diff --git a/package.json b/package.json index 2c8e200..dac888a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ceolter/ag-grid-angular.git" + "url": "https://github.com/ag-grid/ag-grid-angular.git" }, "keywords": [ "grid", @@ -31,7 +31,7 @@ "author": "Niall Crosby ", "license": "MIT", "bugs": { - "url": "https://github.com/ceolter/ag-grid-angular/issues" + "url": "https://github.com/ag-grid/ag-grid-angular/issues" }, "homepage": "http://www.ag-grid.com/", "devDependencies": {