From 8e70579e47c6289c54435be6ba3bbfda5e704ee7 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 4 Jan 2019 21:25:21 +0000 Subject: [PATCH] Docs: use HTTPS links where available --- README.md | 12 ++++++------ docs/index.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a6ad018f..f2e9ee6c 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,11 @@ readableStream ### Documentation -Visit [sharp.pixelplumbing.com](http://sharp.pixelplumbing.com/) for complete -[installation instructions](http://sharp.pixelplumbing.com/page/install), -[API documentation](http://sharp.pixelplumbing.com/page/api), -[benchmark tests](http://sharp.pixelplumbing.com/page/performance) and -[changelog](http://sharp.pixelplumbing.com/page/changelog). +Visit [sharp.pixelplumbing.com](https://sharp.pixelplumbing.com/) for complete +[installation instructions](https://sharp.pixelplumbing.com/page/install), +[API documentation](https://sharp.pixelplumbing.com/page/api), +[benchmark tests](https://sharp.pixelplumbing.com/page/performance) and +[changelog](https://sharp.pixelplumbing.com/page/changelog). ### Contributing @@ -87,7 +87,7 @@ Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributor Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0.html) +[https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/docs/index.md b/docs/index.md index 682bed71..a6a58cb9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -134,7 +134,7 @@ Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributor Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0.html) +[https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/mkdocs.yml b/mkdocs.yml index 5a1f7688..80c55200 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: sharp -site_url: http://sharp.pixelplumbing.com/ +site_url: https://sharp.pixelplumbing.com/ repo_url: https://github.com/lovell/sharp site_description: High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images copyright: pixelplumbing.com