chore: change all ibm org references to carbon-design-system

This commit is contained in:
Eric Liu 2021-09-05 15:54:37 -07:00
commit 18e8430646
10 changed files with 240 additions and 234 deletions

View file

@ -33,7 +33,7 @@
Date: "JavaScript Date",
};
$: source = `https://github.com/IBM/carbon-components-svelte/tree/master/${component.filePath}`;
$: source = `https://github.com/carbon-design-system/carbon-components-svelte/tree/master/${component.filePath}`;
$: forwarded_events = component.events.filter(
(event) => event.type === "forwarded"
);