Skip to content

Commit

Permalink
docs(icons): update source & repo links on carbon elements demo page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and asudoh committed Dec 11, 2019
1 parent c9b8f64 commit 2897bc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/icons/examples/preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ReactDOM from 'react-dom';
import meta from '../../build-info.json';

const GITHUB_ICON_URL =
'https://github.com/IBM/carbon-elements/tree/master/packages/icons/src/svg';
'https://github.com/carbon-design-system/carbon/tree/master/packages/icons/svg';

function App({ meta }) {
const headers = ['Name', 'Size', 'Preview', 'GitHub', 'Issues', 'Path'];
Expand Down Expand Up @@ -232,7 +232,7 @@ function format(attrs) {
}

function getBugTemplate(info, source) {
const url = new URL('https://github.com/IBM/carbon-elements/issues/new');
const url = new URL('https://github.com/carbon-design-system/carbon/issues/new');
const params = new URLSearchParams();
params.append('title', `🔍 Visual bug for the \`${info.filename}\` icon`);
params.append(
Expand All @@ -241,7 +241,7 @@ function getBugTemplate(info, source) {
There is an issue for the \`${
info.basename
}\` icon when viewing [the elements demo](https://ibm.github.io/carbon-elements/icons/examples/esm/index.html).
}\` icon when viewing [the elements demo](https://carbon-elements.netlify.com/icons/examples/preview/).
The source for this icon is available [here](${source}).
Expand Down

0 comments on commit 2897bc9

Please sign in to comment.