Skip to content

Commit

Permalink
Corrected links
Browse files Browse the repository at this point in the history
  • Loading branch information
bandraszyk committed Nov 27, 2015
1 parent 28642e4 commit e8872e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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/)
==============


Expand Down Expand Up @@ -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)

0 comments on commit e8872e6

Please sign in to comment.