|
3 | 3 | <p align="center"> |
4 | 4 | An Angular implementation of the Carbon Design System |
5 | 5 | <br /><br /> |
6 | | - <a href="https://travis-ci.com/IBM/carbon-components-angular"> |
7 | | - <img src="https://travis-ci.com/IBM/carbon-components-angular.svg?branch=master" /> |
| 6 | + <a href="https://github.com/carbon-design-system/carbon-components-angular/actions/workflows/publish.yml"> |
| 7 | + <img src="https://github.com/carbon-design-system/carbon-components-angular/actions/workflows/publish.yml/badge.svg" /> |
8 | 8 | </a> |
9 | 9 | <a href="https://www.npmjs.com/package/carbon-components-angular"> |
10 | 10 | <img src="https://img.shields.io/npm/v/carbon-components-angular.svg" /> |
@@ -45,8 +45,8 @@ That's it! Now we can run `npm start` and start building out our application! |
45 | 45 |
|
46 | 46 | ### Support |
47 | 47 |
|
48 | | -- For general usage questions, or other discussions visit our [Github Discussions](https://github.com/IBM/carbon-components-angular/discussions) |
49 | | -- For things that are broken or need enhancement, [open an issue](https://github.com/IBM/carbon-components-angular/issues/new) |
| 48 | +- For general usage questions, or other discussions visit our [Github Discussions](https://github.com/carbon-design-system/carbon-components-angular/discussions) |
| 49 | +- For things that are broken or need enhancement, [open an issue](https://github.com/carbon-design-system/carbon-components-angular/issues/new) |
50 | 50 | - For quick usage questions: |
51 | 51 | - Join the [Carbon Design System Discord](https://discord.gg/Wys7J95Mhw)! |
52 | 52 | - IBMers should use our #carbon-ng Slack channel |
@@ -82,10 +82,10 @@ How to read this table: |
82 | 82 | ### Contributing |
83 | 83 |
|
84 | 84 | #### IBMers contributing |
85 | | -**If you are an IBMer**, you must complete the steps at [W3 Developer](https://w3.ibm.com/developer/docs/open-source/contributing/) before contributing to any open source projects. See our [contributing guidelines](https://github.com/IBM/carbon-components-angular/blob/master/.github/CONTRIBUTING.md) for more details. |
| 85 | +**If you are an IBMer**, you must complete the steps at [W3 Developer](https://w3.ibm.com/developer/docs/open-source/contributing/) before contributing to any open source projects. See our [contributing guidelines](https://github.com/carbon-design-system/carbon-components-angular/blob/master/.github/CONTRIBUTING.md) for more details. |
86 | 86 |
|
87 | 87 | #### Quickstart |
88 | | -- fork IBM/carbon-components-angular and clone it locally |
| 88 | +- fork carbon-design-system/carbon-components-angular and clone it locally |
89 | 89 | - run `npm install` to grab all the dependencies, then `npm run storybook` to start storybook |
90 | 90 | - **if you are adding a component**: |
91 | 91 | - add a folder with your component code, styles, tests and story under `src` |
@@ -134,8 +134,8 @@ To keep our build dependencies local we use npm scripts to run our webpack, gulp |
134 | 134 | - `npm test` to run tests |
135 | 135 |
|
136 | 136 | ### Resources |
137 | | - - [Style guide (WIP)](https://github.com/IBM/carbon-components-angular/wiki/Style-guide) |
138 | | - - [General component API guidelines (WIP)](https://github.com/IBM/carbon-components-angular/wiki/Component-API-guidelines) |
| 137 | + - [Style guide (WIP)](https://github.com/carbon-design-system/carbon-components-angular/wiki/Style-guide) |
| 138 | + - [General component API guidelines (WIP)](https://github.com/carbon-design-system/carbon-components-angular/wiki/Component-API-guidelines) |
139 | 139 | - [Angular style guide](https://angular.io/styleguide) |
140 | 140 | - I18N tooling |
141 | 141 | - [I18N guide](https://angular.io/guide/i18n) |
|
0 commit comments