From e62f0f38f63217bf85f358b67fd057f14dfacbe9 Mon Sep 17 00:00:00 2001 From: cavemansspa Date: Tue, 21 Aug 2018 12:40:15 -0400 Subject: [PATCH] Doc update for unpkg src attr (#2205) * Add https: to unpkg src attr * [docs] Credit @cavemansspa --- docs/change-log.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/change-log.md b/docs/change-log.md index ab824fa9..3836a05a 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -55,7 +55,7 @@ - render/events: `Object.prototype` properties can no longer interfere with event listener calls. - render/events: Event handlers, when set to literally `undefined` (or any non-function), are now correctly removed. - render/hooks: fixed an ommission that caused `oninit` to be called unnecessarily in some cases [#1992](https://github.com/MithrilJS/mithril.js/issues/1992) -- docs: fix typo ([#2104](https://github.com/MithrilJS/mithril.js/pull/2104) [@mikeyb](https://github.com/mikeyb)) +- docs: tweaks: ([#2104](https://github.com/MithrilJS/mithril.js/pull/2104) [@mikeyb](https://github.com/mikeyb), [#2205](https://github.com/MithrilJS/mithril.js/pull/2205), [@cavemansspa](https://github.com/cavemansspa)) --- ### v1.1.7 diff --git a/docs/index.md b/docs/index.md index 64018eff..97dd2b13 100644 --- a/docs/index.md +++ b/docs/index.md @@ -56,7 +56,7 @@ Let's create an HTML file to follow along: ```markup - +