From 91f4fde48df90396467c72d184da0cafcb8ed96b Mon Sep 17 00:00:00 2001 From: xorbital <53773184+xorbital@users.noreply.github.com> Date: Fri, 19 Jun 2020 19:25:39 +0200 Subject: [PATCH] "Https:" to "https:" on Nextcloud Integration (#13792) Every other site uses "https:" instead of "Https:", I guess it's just a typo --- source/_integrations/nextcloud.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nextcloud.markdown b/source/_integrations/nextcloud.markdown index 00aef931424..c079b31b476 100644 --- a/source/_integrations/nextcloud.markdown +++ b/source/_integrations/nextcloud.markdown @@ -27,7 +27,7 @@ To enable the Nextcloud integration, add the following lines to your `configurat ```yaml # Example configuration.yaml entry nextcloud: - url: Https://YOUR_NEXTCLOUD_URL + url: https://YOUR_NEXTCLOUD_URL username: YOUR_USERNAME password: YOUR_APP_PASSWORD