Skip to content

Commit faabd2f

Browse files
committed
Updated repo urls.
1 parent 463a643 commit faabd2f

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

README.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install
1212

1313
Dependencies
1414
------------
15-
[AngularJS](https://github.com/angular/angular.js) and [angular-scroll](https://github.com/durated/angular-scroll).
15+
[AngularJS](https://github.com/angular/angular.js) and [angular-scroll](https://github.com/oblador/angular-scroll).
1616

1717
Usage
1818
-----
@@ -22,8 +22,8 @@ Usage
2222
Include module and dependencies.
2323
```html
2424
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular.min.js"></script>
25-
<script src="http://durated.github.io/angular-scroll/0.5.1/angular-scroll.min.js"></script>
26-
<script src="http://durated.github.io/angular-parallax/angular-parallax.min.js"></script>
25+
<script src="//oblador.github.io/angular-scroll/0.6.2/angular-scroll.min.js"></script>
26+
<script src="//oblador.github.io/angular-parallax/angular-parallax.min.js"></script>
2727
```
2828

2929
Define transitions and expose to template.
@@ -86,22 +86,15 @@ $scope.invertColors = function(elementPosition) {
8686
Example
8787
-------
8888

89-
Check out [durated.github.io/angular-parallax](http://durated.github.io/angular-parallax/) or view the source at [example/index.html](https://github.com/durated/angular-parallax/blob/master/example/index.html).
89+
Check out [oblador.github.io/angular-parallax](http://oblador.github.io/angular-parallax/) or view the source at [example/index.html](https://github.com/oblador/angular-parallax/blob/master/example/index.html).
9090

9191
Building
9292
--------
9393

9494
$ npm install
9595
$ gulp
9696

97-
Authors
98-
-------
99-
100-
* [Joel Arvidsson](https://github.com/oblador)
101-
* [Joachim Karlsson](https://github.com/fisshy)
102-
10397
License
10498
--------
105-
Copyright 2013-2014 Durated Gmbh.
10699

107100
Licensed under the [MIT License](http://opensource.org/licenses/MIT)

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
"main": "angular-parallax.min.js",
77
"repository": {
88
"type": "git",
9-
"url": "git://git@github.com:durated/angular-parallax.git"
9+
"url": "git://git@github.com:oblador/angular-parallax.git"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/durated/angular-parallax/issues"
12+
"url": "https://github.com/oblador/angular-parallax/issues"
1313
},
1414
"scripts": {
1515
"test": "echo \"Error: no test specified\" && exit 1",
1616
"postinstall": "bower install"
1717
},
18-
"author": "Durated (http://durated.com)",
19-
"contributors": ["Joel Arvidsson", "Joachim Karlsson"],
18+
"author": "Joel Arvidsson",
2019
"license": "MIT",
2120
"devDependencies": {
2221
"gulp": "~3.8.0",

0 commit comments

Comments
 (0)