diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index fe1c88532d..e284cf5f6c 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -148,7 +148,7 @@ Retrieves the context that belongs to the closest parent component with the spec ### svelte/store -The `svelte/store` module exports functions for creating [stores](http://localhost:3000/tutorial/writable-stores). +The `svelte/store` module exports functions for creating [stores](tutorial/writable-stores). --- @@ -547,4 +547,4 @@ const App = require('./App.svelte'); const { head, html, css } = App.render({ answer: 42 }); -``` \ No newline at end of file +```