From c129a63bc56477c63b3b7c85dcc418c01c389e33 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 11 Feb 2021 05:13:30 +0100 Subject: [PATCH] Switch URLs from http to https The web site is now available via https, let's switch the documentation to use it. Fixes #12 --- README.md | 2 +- index.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index be3e077..d61e18d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Tell people your code is open source, but not actively maintained. Add a shiny badge like this to your project: -[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) +[![No Maintenance Intended](https://unmaintained.tech/badge.svg)](https://unmaintained.tech/) diff --git a/index.html b/index.html index 9f07417..f536ffa 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@

No Maintenance Intended

- +

If you’re here, that likely means a project linked you here.

Thanks so much for being interested in that project!

Open Source is rewarding- but it can also be exhausting. @@ -33,12 +33,12 @@

No Maintenance Intended

The author(s) of that project invite you to peruse their code and even use it in your next project, provided you follow the included license!

No guarantee of support for the code is provided, and there is no promise that pull requests will be reviewed or merged.

It’s open source, so forking is allowed; just be sure to give credit where it’s due! -

Add the badge to your hobby project!

+

Add the badge to your hobby project!

Add this markdown to your README: -

[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
+
[![No Maintenance Intended](https://unmaintained.tech/badge.svg)](https://unmaintained.tech/)

Or, if you use ReStructured text: -

.. image:: http://unmaintained.tech/badge.svg
-  :target: http://unmaintained.tech
+    
.. image:: https://unmaintained.tech/badge.svg
+  :target: https://unmaintained.tech
   :alt: No Maintenance Intended

This project is maintained and is on GitHub!