From 91504f4c6d441f6dcb5d578054c015716dac440e Mon Sep 17 00:00:00 2001 From: userdocs <16525024+userdocs@users.noreply.github.com> Date: Sun, 1 Mar 2020 11:35:24 +0000 Subject: [PATCH] Fix broken link in README.md Changed [SSL Support](./ssl.md) to [HTTPS Support](./https.md) to fix a broken relative link as the document had been renamed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43d2fb3..9c2aad8 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ full list of flags Check out the [docs](https://github.com/butlerx/wetty/tree/master/docs) - [Running as daemon](https://github.com/butlerx/wetty/blob/master/docs/service.md) -- [SSL Support](https://github.com/butlerx/wetty/blob/master/docs/ssl.md) +- [HTTPS Support](https://github.com/butlerx/wetty/blob/master/docs/https.md) - [Using NGINX](https://github.com/butlerx/wetty/blob/master/docs/nginx.md) - [Using Apache](https://github.com/butlerx/wetty/blob/master/docs/apache.md) - [Automatic Login](https://github.com/butlerx/wetty/blob/master/docs/auto-login.md)