Calendar/Cloud fix

Fixed URL to the new/current Nextcloud instance, fixed a typo.
master
Dustin Jonda 3 years ago
parent 5cb41d802c
commit d1de970550

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

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

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

Loading…
Cancel
Save