|
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 |
@@ -83,10 +83,10 @@ How to read this table: |
83 | 83 | ### Contributing |
84 | 84 |
|
85 | 85 | #### IBMers contributing |
86 | | -**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. |
| 86 | +**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. |
87 | 87 |
|
88 | 88 | #### Quickstart |
89 | | -- fork IBM/carbon-components-angular and clone it locally |
| 89 | +- fork carbon-design-system/carbon-components-angular and clone it locally |
90 | 90 | - run `npm install` to grab all the dependencies, then `npm run storybook` to start storybook |
91 | 91 | - **if you are adding a component**: |
92 | 92 | - add a folder with your component code, styles, tests and story under `src` |
@@ -135,8 +135,8 @@ To keep our build dependencies local we use npm scripts to run our webpack, gulp |
135 | 135 | - `npm test` to run tests |
136 | 136 |
|
137 | 137 | ### Resources |
138 | | - - [Style guide (WIP)](https://github.com/IBM/carbon-components-angular/wiki/Style-guide) |
139 | | - - [General component API guidelines (WIP)](https://github.com/IBM/carbon-components-angular/wiki/Component-API-guidelines) |
| 138 | + - [Style guide (WIP)](https://github.com/carbon-design-system/carbon-components-angular/wiki/Style-guide) |
| 139 | + - [General component API guidelines (WIP)](https://github.com/carbon-design-system/carbon-components-angular/wiki/Component-API-guidelines) |
140 | 140 | - [Angular style guide](https://angular.io/styleguide) |
141 | 141 | - I18N tooling |
142 | 142 | - [I18N guide](https://angular.io/guide/i18n) |
|
0 commit comments