From ff6ebd39f7ff2df6667c11aca03c53c9a0da8477 Mon Sep 17 00:00:00 2001 From: hex2a Date: Wed, 11 Jan 2017 12:02:25 +0100 Subject: [PATCH] change URLs in README to use https --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be4d740cd..6362547cf 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ ## Installation -```/usr/share/kibana/bin/kibana-plugin install http://wazuh.com/resources/wazuh-app.zip ``` +```/usr/share/kibana/bin/kibana-plugin install https://wazuh.com/resources/wazuh-app.zip ``` ## Upgrading ```/usr/share/kibana/bin/kibana-plugin remove wazuh ``` -```/usr/share/kibana/bin/kibana-plugin install http://wazuh.com/resources/wazuh-app.zip ``` +```/usr/share/kibana/bin/kibana-plugin install https://wazuh.com/resources/wazuh-app.zip ``` ## Wazuh Open Source modules and contributions @@ -61,6 +61,6 @@ Wazuh App Copyright (C) 2016 Wazuh Inc. (License GPLv2) ## References -* [Wazuh website](http://wazuh.com) +* [Wazuh website](https://wazuh.com) * [Wazuh documentation](http://documentation.wazuh.com) -* [Elastic stack](http://elastic.co) +* [Elastic stack](https://elastic.co)