From 9bce62fda79cf7d4e5be7a4358e9c3b44a1a0b41 Mon Sep 17 00:00:00 2001 From: zh-lx <18366276315@163.com> Date: Wed, 29 Sep 2021 07:35:12 +0800 Subject: [PATCH] [docs] update link 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