Skip to content

Commit 86f9e28

Browse files
committed
docs(contributing): Updates references to ng-grid
Fixes references to NG-Grid. Also, adds link to gitter chat.
1 parent 820df37 commit 86f9e28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ patches and features.
1010

1111
## Developer guidelines
1212

13-
If you're a developer, please take a look at the [Developer guidelines](DEVELOPER.md)
13+
If you're a developer, please take a look at the [Developer guidelines](DEVELOPER.md)
1414

1515
## Using the issue tracker
1616

17-
The [issue tracker](https://github.com/angular-ui/ng-grid/issues) is
17+
The [issue tracker](https://github.com/angular-ui/ui-grid/issues) is
1818
the preferred channel for [bug reports](#bugs), [features requests](#features)
1919
and [submitting pull requests](#pull-requests), but please respect the following
2020
restrictions:
2121

2222
* Please **do not** use the issue tracker for personal support requests (use
23-
[Stack Overflow](http://stackoverflow.com/questions/tagged/ng-grid)
24-
or IRC).
23+
[Stack Overflow](http://stackoverflow.com/questions/tagged/angular-ui-grid) ( [Old Tag](http://stackoverflow.com/questions/tagged/ng-grid))
24+
or our [Gitter Chat](https://gitter.im/angular-ui/ui-grid)).
2525

2626
* Please **do not** derail or troll issues. Keep the discussion on topic and
2727
respect the opinions of others.
@@ -100,11 +100,11 @@ included in the project:
100100

101101
```bash
102102
# Clone your fork of the repo into the current directory
103-
git clone https://github.com/<your-username>/ng-grid.git
103+
git clone https://github.com/<your-username>/ui-grid.git
104104
# Navigate to the newly cloned directory
105-
cd ng-grid
105+
cd ui-grid
106106
# Assign the original repo to a remote called "upstream"
107-
git remote add upstream https://github.com/angular-ui/ng-grid.git
107+
git remote add upstream https://github.com/angular-ui/ui-grid.git
108108
```
109109

110110
2. If you cloned a while ago, get the latest changes from upstream:

0 commit comments

Comments
 (0)