diff --git a/docs/src/components/ComponentApi.svelte b/docs/src/components/ComponentApi.svelte index e6124d5e..25874ab2 100644 --- a/docs/src/components/ComponentApi.svelte +++ b/docs/src/components/ComponentApi.svelte @@ -30,7 +30,7 @@ Date: "JavaScript Date", }; - $: source = `https://github.com/IBM/carbon-components-svelte/tree/master${component.filePath}`; + $: source = `https://github.com/IBM/carbon-components-svelte/tree/master/${component.filePath}`; $: forwarded_events = component.events.filter( (event) => event.type === "forwarded" );