From e8872e629a2d57de19e21830096f7a38d5b47cde Mon Sep 17 00:00:00 2001 From: bandro Date: Fri, 27 Nov 2015 17:01:40 +0100 Subject: [PATCH] Corrected links --- package.json | 2 +- readme.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 95c41d8..3d43c99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awesome-ics", - "version": "0.1.2", + "version": "0.1.3", "description": "The library is designed for developers who want to support iCalendar functionality directly in their nodejs code. The objects were designed according to rfc5545 standard specification.", "repository" : { "type" : "git", diff --git a/readme.md b/readme.md index cd4c8f0..f3784cf 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -[Awesome ICS v0.1.2](http://bandraszyk.github.io/awesome-ics/) +[Awesome ICS v0.1.3](http://bandraszyk.github.io/awesome-ics/) ============== @@ -257,10 +257,10 @@ For more specific details please see __Annotated source__ section, especially fo Annotated source ----------------- -- [src/awesome-ics.js](http://bandraszyk.github.io/awesome-rating/docs/awesome-ics.html) -- [src/block.js](http://bandraszyk.github.io/awesome-rating/docs/block.html) -- [src/property.js](http://bandraszyk.github.io/awesome-rating/docs/property.html) -- [src/property-parameter.js](http://bandraszyk.github.io/awesome-rating/docs/property-parameter.html) -- [src/property-value.js](http://bandraszyk.github.io/awesome-rating/docs/property-value.html) -- [src/util.js](http://bandraszyk.github.io/awesome-rating/docs/util.html) +- [src/awesome-ics.js](http://bandraszyk.github.io/awesome-ics/docs/awesome-ics.html) +- [src/block.js](http://bandraszyk.github.io/awesome-ics/docs/block.html) +- [src/property.js](http://bandraszyk.github.io/awesome-ics/docs/property.html) +- [src/property-parameter.js](http://bandraszyk.github.io/awesome-ics/docs/property-parameter.html) +- [src/property-value.js](http://bandraszyk.github.io/awesome-ics/docs/property-value.html) +- [src/util.js](http://bandraszyk.github.io/awesome-ics/docs/util.html)