Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Mar 11, 2017
1 parent d1180ce commit 00fe236
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rrule",
"version": "2.2.0-dev",
"description": "JavaScript library for working with recurrence rules for calendar dates.",
"homepage": "http://jkbrzt.github.io/rrule/",
"homepage": "http://jakubroztocil.github.io/rrule/",
"keywords": [
"dates",
"recurrences",
Expand All @@ -12,7 +12,7 @@
],
"repository": {
"type": "git",
"url": "git://github.com/jkbrzt/rrule.git"
"url": "git://github.com/jakubroztocil/rrule.git"
},
"authors": [{
"name": "Jakub Roztočil",
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<div id="page">
<p>
<a href="https://github.com/jkbrzt/rrule">Code and docs</a>
<a href="https://github.com/jakubroztocil/rrule">Code and docs</a>
</p>
<h1><code>rrule.js</code> demo</h1>

Expand Down Expand Up @@ -428,6 +428,6 @@ <h3>Text input</h3>
</div>
</div>
</div>
<a href="https://github.com/jkbrzt/rrule"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
<a href="https://github.com/jakubroztocil/rrule"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
</body>
</html>
4 changes: 2 additions & 2 deletions lib/nlp.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* rrule.js - Library for working with recurrence rules for calendar dates.
* https://github.com/jkbrzt/rrule
* https://github.com/jakubroztocil/rrule
*
* Copyright 2010, Jakub Roztocil and Lars Schoning
* Licenced under the BSD licence.
* https://github.com/jkbrzt/rrule/blob/master/LICENCE
* https://github.com/jakubroztocil/rrule/blob/master/LICENCE
*
*/

Expand Down
6 changes: 3 additions & 3 deletions lib/rrule.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/*!
* rrule.js - Library for working with recurrence rules for calendar dates.
* https://github.com/jkbrzt/rrule
* https://github.com/jakubroztocil/rrule
*
* Copyright 2010, Jakub Roztocil and Lars Schoning
* Licenced under the BSD licence.
* https://github.com/jkbrzt/rrule/blob/master/LICENCE
* https://github.com/jakubroztocil/rrule/blob/master/LICENCE
*
* Based on:
* python-dateutil - Extensions to the standard Python datetime module.
* Copyright (c) 2003-2011 - Gustavo Niemeyer <[email protected]>
* Copyright (c) 2012 - Tomi Pieviläinen <[email protected]>
* https://github.com/jkbrzt/rrule/blob/master/LICENCE
* https://github.com/jakubroztocil/rrule/blob/master/LICENCE
*
*/
/* global module, define */
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rrule",
"version": "2.2.0-dev",
"description": "JavaScript library for working with recurrence rules for calendar dates.",
"homepage": "http://jkbrzt.github.io/rrule/",
"homepage": "http://jakubroztocil.github.io/rrule/",
"keywords": [
"dates",
"recurrences",
Expand All @@ -14,7 +14,7 @@
"main": "lib/rrule",
"repository": {
"type": "git",
"url": "git://github.com/jkbrzt/rrule.git"
"url": "git://github.com/jakubroztocil/rrule.git"
},
"scripts": {
"test": "standard && mocha"
Expand Down
2 changes: 1 addition & 1 deletion test/rrule.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('RRule', function () {
})
})

testRecurring('missing Feb 28 https://github.com/jkbrzt/rrule/issues/21',
testRecurring('missing Feb 28 https://github.com/jakubroztocil/rrule/issues/21',
new RRule({
freq: RRule.MONTHLY,
dtstart: new Date(2013, 0, 1),
Expand Down

0 comments on commit 00fe236

Please sign in to comment.