Calendar/Cloud fix

Fixed URL to the new/current Nextcloud instance, fixed a typo.
This commit is contained in:
Dustin Jonda 2020-03-19 19:03:20 +01:00
parent 5cb41d802c
commit d1de970550
3 changed files with 3 additions and 3 deletions

View File

@ -56,6 +56,6 @@
</div>
</div>
<div style="margin-bottom: 0;" class="alert alert-danger text-center">
<p>Aufgrund der aktuellen Situation sind alle Treffen bis auf weiteres abgesagt.</p>
<p>Aufgrund der aktuellen Situation sind alle Treffen bis auf Weiteres abgesagt.</p>
</div>
</nav>

View File

@ -9,7 +9,7 @@ layout: default
</div>
<p align="center">Den Kalender gibt's auch per CalDAV:
<a href="webcal://cloud.chaospott.de/calendar/ical.ics">
<a href="webcal://cloud.chaospott.ru/calendar/ical.ics">
Chaospott Calendar
</a>
</p>

View File

@ -212,4 +212,4 @@ function requestFailed(status) {
document.getElementById('calendar').textContent = 'Something has gone wrong. Try reloading the page.'
}
xhrRequest('https://cloud.chaospott.de/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export', processData, requestFailed)
xhrRequest('https://cloud.chaospott.ru/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export', processData, requestFailed)