From 0f5250e07a6eb83b81bff1de3a4c5e0601e2b7d5 Mon Sep 17 00:00:00 2001 From: zh-lx <18366276315@163.com> Date: Wed, 29 Sep 2021 21:15:47 +0800 Subject: [PATCH] [docs] update links to babeljs.io and buble.surge.sh to use https --- site/content/blog/2018-04-18-version-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2018-04-18-version-2.md b/site/content/blog/2018-04-18-version-2.md index 900debc0fb..cbfe98b282 100644 --- a/site/content/blog/2018-04-18-version-2.md +++ b/site/content/blog/2018-04-18-version-2.md @@ -80,7 +80,7 @@ Again, you don't need to make this change manually — just run svelte-upgrade o Svelte v1 was careful to only emit ES5 code, so that you wouldn't be forced to faff around with transpilers in order to use it. But it's 2018 now, and almost all browsers support modern JavaScript. By ditching the ES5 constraint, we can generate leaner code. -If you need to support IE11 and friends, you will need to use a transpiler like [Babel](http://babeljs.io/repl) or [Bublé](http://buble.surge.sh/). +If you need to support IE11 and friends, you will need to use a transpiler like [Babel](https://babeljs.io/repl) or [Bublé](https://buble.surge.sh/). ## New lifecycle hooks