mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore: change all ibm org references to carbon-design-system
This commit is contained in:
parent
a560584f7a
commit
18e8430646
10 changed files with 240 additions and 234 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue