Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(environments): remove all mybluemix.net urls #1439

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
"functionalLink": false,
"description": "Language selector is for users to select their preferred language on a website. The content on the website will appear in the default language until the users reselect their preferred language then the page content will reload in the reselected language provided a translation is available.",
"storybook": {
"webcomponents": "http://ibmdotcom-web-components-canary.mybluemix.net/?path=/story/components-footer--default-language-only",
"webcomponents": "https://www.ibm.com/standards/carbon/web-components/?path=/story/components-footer--default-language-only",
"react": "http://www.ibm.com/standards/carbon/react/?path=/story/components-footer--default-language-only"
},
"webcomponents": {
Expand Down
14 changes: 2 additions & 12 deletions src/pages/developing/other-packages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ Carbon for IBM.com will no longer be maintained. <Link to="/help/expressive-upda
</ResourceCard>
</Column>

<Column colMd={4} colLg={4} noGutterSm>
<ResourceCard
subTitle="Carbon Expressive Theme"
href="https://carbon-expressive.mybluemix.net"
>

![React icon](./../../../images/icon/react-icon.svg)

</ResourceCard>
</Column>
</Row>

### Services and utilities
Expand All @@ -78,7 +68,7 @@ packages. They are exported as pure ES6 classes.
<Column colMd={4} colLg={4} noGutterSm>
<ResourceCard
subTitle="Services API Documentation"
href="https://ibmdotcom-services.mybluemix.net"
href="https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/"
>

![JSDoc](./../../../images/icon/js_logo.svg)
Expand All @@ -100,7 +90,7 @@ packages. They are exported as pure ES6 classes.
<Column colMd={4} colLg={4} noGutterSm>
<ResourceCard
subTitle="Utilities API Documentation"
href="https://ibmdotcom-utilities.mybluemix.net"
href="https://carbon-design-system.github.io/carbon-for-ibm-dotcom/utilities/"
>

![JSDoc](./../../../images/icon/js_logo.svg)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/developing/web-components-tutorial/step-4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ These components will be showcased at the bottom using the `Tabs` components, so
The following Carbon components that will be used in step 4 are:

- [Tag](https://web-components.carbondesignsystem.com/?path=/story/components-tag--default)
- [Tag group](https://ibmdotcom-web-components-canary.mybluemix.net/?path=/story/components-tag-group--default)
- [Tag group](https://www.ibm.com/standards/carbon/web-components/?path=/story/components-tag-group--default)
- [Tabs](https://web-components.carbondesignsystem.com/?path=/story/components-tabs--default)
- [Data table](https://web-components.carbondesignsystem.com/?path=/story/components-data-table--default)
- [Dropdown](https://web-components.carbondesignsystem.com/?path=/story/components-dropdown--default)
Expand Down
4 changes: 2 additions & 2 deletions src/pages/resources/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ IBM.com.
<Column colMd={4} colLg={4} noGutterSm>
<ResourceCard
subTitle="Services"
href="https://ibmdotcom-services.mybluemix.net"
href="https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/"
>

![GitHub icon](./../../images/icon/github-icon.svg)
Expand All @@ -114,7 +114,7 @@ IBM.com.
<Column colMd={4} colLg={4} noGutterSm>
<ResourceCard
subTitle="Utilities"
href="https://ibmdotcom-utilities.mybluemix.net"
href="https://carbon-design-system.github.io/carbon-for-ibm-dotcom/utilities/"
>

![GitHub icon](./../../images/icon/github-icon.svg)
Expand Down