From 59d80c32c4c3c84b68bbd4d0b87d49acb2aa7752 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sat, 21 Jul 2018 13:46:31 -0500 Subject: [PATCH] Vendor readme fixes --- vendor/README.md | 2 +- vendor/jsonlint/README.md | 4 ++-- vendor/less/README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vendor/README.md b/vendor/README.md index f0ea0880..1ee8cabb 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -18,7 +18,7 @@ Use `npm run build` to first update the packages in the `node_modules` folder & The following changes are made: -* `CodeMirror`: Only existing files are updated directly from the `node_modules` folder; see the [CodeMirror readme](codemirror/README) for specifics. +* `CodeMirror`: Only existing files are updated directly from the `node_modules` folder; see the [CodeMirror readme](codemirror/README.md) for specifics. * `jsonlint`: The uncompressed `lib/jsonlint.js` is copied directly to `vendor/jsonlint`. * `less`: The compressed `dist/less.min.js` file is copied directly into `vendor/less`. * `lz-string-unsafe`: The compressed `lz-string-unsafe.min.js` file is copied directly into `vendor/lz-string-unsafe`. diff --git a/vendor/jsonlint/README.md b/vendor/jsonlint/README.md index 154643d7..1a6770c2 100644 --- a/vendor/jsonlint/README.md +++ b/vendor/jsonlint/README.md @@ -6,5 +6,5 @@ https://github.com/zaach/jsonlint/blob/v1.6.3/lib/jsonlint.js If the link doesn't work, it is likely that the npm version and the release versions don't match: -https://www.npmjs.com/package/jsonlint -https://github.com/zaach/jsonlint/releases +- https://www.npmjs.com/package/jsonlint +- https://github.com/zaach/jsonlint/releases diff --git a/vendor/less/README.md b/vendor/less/README.md index caff1e88..3a6593b8 100644 --- a/vendor/less/README.md +++ b/vendor/less/README.md @@ -6,5 +6,5 @@ https://github.com/less/less.js/blob/v3.7.1/dist/less.min.js If the link doesn't work, it is likely that the npm version and the release versions don't match: -https://www.npmjs.com/package/less -https://github.com/less/less.js/releases +- https://www.npmjs.com/package/less +- https://github.com/less/less.js/releases