From 9b38e41fd6129d270f8899067775cad900444cff Mon Sep 17 00:00:00 2001 From: Daniel Loomer Date: Mon, 27 May 2019 11:58:11 -0400 Subject: [PATCH] standardize cdn links in docs (#2416) - consistently use @next and explicit path --- README.md | 4 ++-- docs/index.md | 2 +- docs/installation.md | 4 ++-- docs/stream.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1cc98724..db94f3d6 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ Mithril supports IE11, Firefox ESR, and the last two versions of Firefox, Edge, ### CDN ```html - + - + ``` ### npm diff --git a/docs/index.md b/docs/index.md index 4669efef..d2ea949e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -58,7 +58,7 @@ Let's create an HTML file to follow along: ```markup - + + ``` --- @@ -247,7 +247,7 @@ If you don't have the ability to run a bundler script due to company security po Hello world - + diff --git a/docs/stream.md b/docs/stream.md index f3693213..d4f77684 100644 --- a/docs/stream.md +++ b/docs/stream.md @@ -46,7 +46,7 @@ var Stream = require("mithril/stream") You can also download the module directly if your environment does not support a bundling toolchain: ```markup - + ``` When loaded directly with a `