From 4a75d93173e8cd75d489bcaaaa9807fb413a4389 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Mon, 1 Apr 2019 21:50:00 -0700 Subject: [PATCH] docs: remove hardcoded localhost link from API --- site/content/docs/03-run-time.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index fe1c88532d64..e284cf5f6c0d 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 +```