docs: Fix iframe link in Write Less Code blog post (#11215)

* fix iframe link in Write Less Code blog post

* Update documentation/blog/2019-04-20-write-less-code.md

---------

Co-authored-by: Rich Harris <hello@rich-harris.dev>
pull/11337/head
William O'Connell 1 year ago committed by GitHub
parent 9f2341f3f2
commit 4abfce85e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,7 +40,7 @@ Reducing the amount of code you have to write is an explicit goal of Svelte. To
<div class="max"> <div class="max">
<iframe <iframe
title="Simple component example" title="Simple component example"
src="/repl/embed?example=blog-write-less-code" src="/repl/blog-write-less-code/embed?version=3"
scrolling="no" scrolling="no"
></iframe> ></iframe>
</div> </div>

Loading…
Cancel
Save