Skip to content

Commit e46fb21

Browse files
author
James Goldie
committed
Fixes Broken link on doc site #13
1 parent 92144b4 commit e46fb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Here's the short way to add Svelte component you've written to a Quarto doc:
6868
5. Update the instantiated component with `myVisual.propName`
6969
6. Render your Quarto project as usual with `quarto render` or `quarto preview`.
7070
71-
**To see this all in practice, check out [`example.qmd`](https://github.com/360-info/sverto/blob/firstrelease/example.qmd).**
71+
**To see this all in practice, check out [`example.qmd`](https://github.com/360-info/sverto/blob/main/example.qmd).**
7272
7373
:::{.callout-note}
7474
The `quarto preview` command won't "live reload" when you modify your Svelte component—but if you modify and save the Quarto doc that imports it, that will trigger a re-render. You may need to hard reload the page in your browser to see the updated Svelte component.

0 commit comments

Comments
 (0)