diff --git a/CHANGELOG.md b/CHANGELOG.md index ef05509b..acdd5953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Updated - English translation for "Feels" to "Feels like" +- Fixed the example calender url in `config.js.sample` - Update `ical.js` to solve various calendar issues. ### Fixed diff --git a/config/config.js.sample b/config/config.js.sample index 6e419e59..195adebc 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -45,8 +45,7 @@ var config = { calendars: [ { symbol: "calendar-check", - url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics" - } + url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics" } ] } },