From 3d055ba802e2eecfcf434f5d22ae5bc60fe18eee Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 17 Oct 2019 15:44:15 +0900 Subject: [PATCH] remove www from modernizr.com link prevents a redirect... and remove an unneeded trailing space --- dist/doc/js.md | 4 ++-- src/doc/js.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/doc/js.md b/dist/doc/js.md index 61f8461ada..a9f54874ee 100644 --- a/dist/doc/js.md +++ b/dist/doc/js.md @@ -9,7 +9,7 @@ Information about the default JavaScript included in the project. This file can be used to contain or reference your site/app JavaScript code. If you're working on something more advanced you might replace this file -entirely. That's cool. +entirely. That's cool. ## plugins.js @@ -32,5 +32,5 @@ This directory can be used to contain all 3rd party library code. Minified versions of the latest jQuery and Modernizr libraries are included by default. You may wish to create your own [custom Modernizr -build with the online builder](https://www.modernizr.com/download/) or [command +build with the online builder](https://modernizr.com/download/) or [command line tool](https://modernizr.com/docs#command-line-config). diff --git a/src/doc/js.md b/src/doc/js.md index 61f8461ada..a9f54874ee 100644 --- a/src/doc/js.md +++ b/src/doc/js.md @@ -9,7 +9,7 @@ Information about the default JavaScript included in the project. This file can be used to contain or reference your site/app JavaScript code. If you're working on something more advanced you might replace this file -entirely. That's cool. +entirely. That's cool. ## plugins.js @@ -32,5 +32,5 @@ This directory can be used to contain all 3rd party library code. Minified versions of the latest jQuery and Modernizr libraries are included by default. You may wish to create your own [custom Modernizr -build with the online builder](https://www.modernizr.com/download/) or [command +build with the online builder](https://modernizr.com/download/) or [command line tool](https://modernizr.com/docs#command-line-config).