Skip to content

Commit 21f6737

Browse files
authored
Merge pull request #2303 from Akshat55/url-update
chore: Update CCA repo link
2 parents c39b32a + 3ad19f5 commit 21f6737

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you want to help improve the docs, it's a good idea to let others know what y
4444

4545
### Setup
4646

47-
1. Fork the project by navigating to the main [repository](https://github.com/IBM/carbon-components-angular) and clicking the **Fork** button on the top-right corner.
47+
1. Fork the project by navigating to the main [repository](https://github.com/carbon-design-system/carbon-components-angular) and clicking the **Fork** button on the top-right corner.
4848

4949
2. Navigate to your forked repository and copy the **SSH url**. Clone your fork by running the following in your terminal:
5050

@@ -58,7 +58,7 @@ If you want to help improve the docs, it's a good idea to let others know what y
5858
3. Once cloned, you will see `origin` as your default remote, pointing to your personal forked repository. Add a remote named `upstream` pointing to the main `carbon-components-angular`:
5959

6060
```
61-
$ git remote add upstream [email protected]:IBM/carbon-components-angular.git
61+
$ git remote add upstream [email protected]:carbon-design-system/carbon-components-angular.git
6262
$ git remote -v
6363
```
6464

@@ -102,7 +102,7 @@ If your issue appears to be a bug, and hasn't been reported, open a new issue. H
102102
$ git push origin { YOUR_BRANCH_NAME }
103103
```
104104

105-
8. In Github, navigate to [IBM/carbon-components-react](https://github.com/IBM/carbon-components-react) and click the button that reads "Compare & pull request".
105+
8. In Github, navigate to [carbon-design-system/carbon-components-angular](https://github.com/carbon-design-system/carbon-components-angular) and click the button that reads "Compare & pull request".
106106

107107
9. Write a title and description, the click "Create pull request".
108108

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Closes IBM/carbon-components-angular#
1+
Closes carbon-design-system/carbon-components-angular#
22

33
{{short description}}
44

.storybook/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export const CarbonG100 = create({
3535
inputBorderRadius: 0,
3636

3737
brandTitle: "carbon components angular",
38-
brandUrl: "https://github.com/IBM/carbon-components-angular",
38+
brandUrl: "https://github.com/carbon-design-system/carbon-components-angular",
3939
});

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<p align="center">
44
An Angular implementation of the Carbon Design System
55
<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" />
88
</a>
99
<a href="https://www.npmjs.com/package/carbon-components-angular">
1010
<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!
4545

4646
### Support
4747

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)
5050
- For quick usage questions:
5151
- Join the [Carbon Design System Discord](https://discord.gg/Wys7J95Mhw)!
5252
- IBMers should use our #carbon-ng Slack channel
@@ -82,10 +82,10 @@ How to read this table:
8282
### Contributing
8383

8484
#### 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.
8686

8787
#### Quickstart
88-
- fork IBM/carbon-components-angular and clone it locally
88+
- fork carbon-design-system/carbon-components-angular and clone it locally
8989
- run `npm install` to grab all the dependencies, then `npm run storybook` to start storybook
9090
- **if you are adding a component**:
9191
- 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
134134
- `npm test` to run tests
135135

136136
### 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)
139139
- [Angular style guide](https://angular.io/styleguide)
140140
- I18N tooling
141141
- [I18N guide](https://angular.io/guide/i18n)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "[email protected]:IBM/carbon-components-angular.git"
8+
"url": "[email protected]:carbon-design-system/carbon-components-angular.git"
99
},
1010
"scripts": {
1111
"postinstall": "carbon-telemetry collect --install"

src/slider/slider.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export class Slider implements AfterViewInit, ControlValueAccessor {
360360
/** Converts a given px value to a "real" value in our range */
361361
convertToValue(pxAmount) {
362362
// basic concept borrowed from carbon-components
363-
// ref: https://github.com/IBM/carbon-components/blob/43bf3abdc2f8bdaa38aa84e0f733adde1e1e8894/src/components/slider/slider.js#L147-L151
363+
// ref: https://github.com/carbon-design-system/carbon-components/blob/43bf3abdc2f8bdaa38aa84e0f733adde1e1e8894/src/components/slider/slider.js#L147-L151
364364
const range = this.max - this.min;
365365
const trackWidth = this.track.nativeElement.getBoundingClientRect().width;
366366
const unrounded = pxAmount / trackWidth;

0 commit comments

Comments
 (0)