From 65f456185966bbca02f939defb75ea69aaead708 Mon Sep 17 00:00:00 2001 From: zhoulixiang <18366276315@163.com> Date: Thu, 30 Sep 2021 00:59:51 +0800 Subject: [PATCH] [docs] update links to babeljs.io and buble.surge.sh to use https (#6787) --- 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