From e05185181fb8359a5a2c2b6e518c2350debe5d35 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 21 May 2015 16:40:02 +0100 Subject: [PATCH] Corrected pyrigs.nottinghamtec to rigs.nottinghamtec --- RIGS/ical.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/ical.py b/RIGS/ical.py index 2e0a8fda..20434c12 100644 --- a/RIGS/ical.py +++ b/RIGS/ical.py @@ -116,7 +116,7 @@ class CalendarICS(ICalFeed): if item.notes: desc += 'Notes:\n'+item.notes+'\n\n' - base_url = "https://pyrigs.nottinghamtec.co.uk" + base_url = "http://rigs.nottinghamtec.co.uk" desc += 'URL = '+base_url+str(item.get_absolute_url()) return desc