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

@ -43,7 +43,7 @@
});
// TODO: [refactor] read from package.json value
$: sourceCode = `https://github.com/IBM/carbon-components-svelte/tree/master/src/${
$: sourceCode = `https://github.com/carbon-design-system/carbon-components-svelte/tree/master/src/${
source || `${$page.title}/${$page.title}.svelte`
}`;
</script>
@ -108,7 +108,11 @@
<h2 id="component-api">Component API</h2>
<p>
API documentation is
<Link inline href="https://github.com/IBM/sveld" target="_blank">
<Link
inline
href="https://github.com/carbon-design-system/sveld"
target="_blank"
>
auto-generated by sveld.
</Link>
</p>