Skip to content

Commit

Permalink
docs: remove hardcoded localhost link from API
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac authored and Conduitry committed Apr 2, 2019
1 parent e3c0887 commit 4a75d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/03-run-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

---

Expand Down Expand Up @@ -547,4 +547,4 @@ const App = require('./App.svelte');
const { head, html, css } = App.render({
answer: 42
});
```
```

0 comments on commit 4a75d93

Please sign in to comment.