docs: remove hardcoded localhost link from API

pull/2360/head
Pat Cavit 6 years ago committed by Conduitry
parent e3c0887afc
commit 4a75d93173

@ -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
});
```
```

Loading…
Cancel
Save