"Https:" to "https:" on Nextcloud Integration (#13792)

Every other site uses "https:" instead of "Https:", I guess it's just a typo
This commit is contained in:
xorbital 2020-06-19 19:25:39 +02:00 committed by GitHub
parent 3af4ca7e5d
commit 91f4fde48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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