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: update netlify url #16693

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 packages/grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can then include the grid by doing the following in your Sass files:
## Usage

_More examples and documentation can be found on this
[live demo website](https://carbon-elements.netlify.com/grid/examples/preview/)._
[live demo website](https://carbon-elements.netlify.app/grid/examples/preview/)._

`@carbon/grid` has three primitive class types to use in order to structure your
application. They include:
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ new Vue({
```

_Note: if you would like to find the import path for an icon, you can reference
our [icon preview](https://carbon-elements.netlify.com/icons/examples/preview/)_
our [icon preview](https://carbon-elements.netlify.app/icons/examples/preview/)_

Using `CarbonIconsVue` we can pass in any of the icon components that we'd like
to use. In our application, we can then use them by doing:
Expand Down
8 changes: 4 additions & 4 deletions packages/icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for various frameworks:
We also support using icons in Vanilla JavaScript.

In order to use an icon, it may be helpful to reference our
[Icon library](https://carbon-elements.netlify.com/icons/examples/preview/)
[Icon library](https://carbon-elements.netlify.app/icons/examples/preview/)
reference page in order to find the specific icon you would like to use.

### Vanilla
Expand All @@ -45,7 +45,7 @@ import IconName from '@carbon/icons/<module-type>/path-to-icon/size';
```

For example, if I wanted to import the 16x16
[`add`](https://carbon-elements.netlify.com/icons/examples/preview/#16%2Fadd)
[`add`](https://carbon-elements.netlify.app/icons/examples/preview/#16%2Fadd)
icon, I would write:

```js
Expand Down Expand Up @@ -77,7 +77,7 @@ const addIconNode = toSVG({

Certain icons in the library support an alternate fill inside of the icon, for
example
[`warning--filled`](https://carbon-elements.netlify.com/icons/examples/preview/#16%2Fwarning--filled)
[`warning--filled`](https://carbon-elements.netlify.app/icons/examples/preview/#16%2Fwarning--filled)
supports styling the inner `!` path.

In order to style the inner path, you will need to target the SVG using CSS. In
Expand All @@ -98,7 +98,7 @@ in order to get this inner path to be visible on the page.
### Reference

You can view a full reference of our icons
[here](https://carbon-elements.netlify.com/icons/examples/preview/) . This is
[here](https://carbon-elements.netlify.app/icons/examples/preview/) . This is
useful for finding the path information in order to import an icon.

## 🙌 Contributing
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/examples/preview/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function getBugTemplate(name, source) {
'body',
`<!-- Feel free to remove sections that aren't relevant. -->

There is an issue for the \`${name}\` icon when viewing [the elements demo](https://carbon-elements.netlify.com/icons/examples/preview/).
There is an issue for the \`${name}\` icon when viewing [the elements demo](https://carbon-elements.netlify.app/icons/examples/preview/).

The source for this icon is available [here](${source}).

Expand Down
2 changes: 1 addition & 1 deletion packages/pictograms/examples/preview/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function getBugTemplate(name, source) {
'body',
`<!-- Feel free to remove sections that aren't relevant. -->

There is an issue for the \`${name}\` pictogram when viewing [the elements demo](https://carbon-elements.netlify.com/pictograms/examples/preview/).
There is an issue for the \`${name}\` pictogram when viewing [the elements demo](https://carbon-elements.netlify.app/pictograms/examples/preview/).

The source for this icon is available [here](${source}).

Expand Down
Loading