Skip to content

Commit

Permalink
rename repo from ceolter to ag-grid
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Aug 4, 2017
1 parent b5805f3 commit c712da7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
====================
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand All @@ -31,7 +31,7 @@
"author": "Niall Crosby <niall.crosby@gmail.com>",
"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": {
Expand Down

0 comments on commit c712da7

Please sign in to comment.