diff --git a/src/Theme/Theme.svelte b/src/Theme/Theme.svelte index 97af924b..ee26f45d 100644 --- a/src/Theme/Theme.svelte +++ b/src/Theme/Theme.svelte @@ -18,7 +18,7 @@ /** * Customize a theme with your own tokens - * https://carbondesignsystem.com/guidelines/themes/overview#customizing-a-theme + * @see https://carbondesignsystem.com/guidelines/themes/overview#customizing-a-theme * @type {{ [token: string]: any; }} */ export let tokens = {};