Skip to content

Commit 0a40313

Browse files
committed
fix(docs): various links
1 parent c0f3e85 commit 0a40313

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
by [@tomastrajan](https://twitter.com/tomastrajan)
44

5-
[![npm](https://img.shields.io/npm/v/angular-extensions/model.svg)](https://www.npmjs.com/package/angular-extensions/model) [![npm](https://img.shields.io/npm/l/angular-extensions/model.svg)](https://github.com/angular-extensions/model/blob/master/LICENSE) [![npm](https://img.shields.io/npm/dm/angular-extensions/model.svg)](https://www.npmjs.com/package/angular-extensions/model) [![Build Status](https://travis-ci.org/angular-extensions/model.svg?branch=master)](https://travis-ci.org/angular-extensions/model) [![Twitter Follow](https://img.shields.io/twitter/follow/tomastrajan.svg?style=social&label=Follow)](https://twitter.com/tomastrajan)[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
5+
[![npm](https://img.shields.io/npm/v/@angular-extensions/model.svg)](https://www.npmjs.com/package/@angular-extensions/model) [![npm](https://img.shields.io/npm/l/@angular-extensions/model.svg)](https://github.com/angular-extensions/model/blob/master/LICENSE) [![npm](https://img.shields.io/npm/dm/@angular-extensions/model.svg)](https://www.npmjs.com/package/@angular-extensions/model) [![Build Status](https://travis-ci.org/angular-extensions/model.svg?branch=master)](https://travis-ci.org/angular-extensions/model) [![Twitter Follow](https://img.shields.io/twitter/follow/tomastrajan.svg?style=social&label=Follow)](https://twitter.com/tomastrajan)[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
66

77
Simple state management with minimalistic API, one way data flow,
88
multiple model support and immutable data exposed as RxJS Observable.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
],
6666
"author": "Tomas Trajan <@tomastrajan>",
6767
"license": "MIT",
68-
"homepage": "https://github.com/@angular-extensions/model#readme",
68+
"homepage": "https://github.com/angular-extensions/model#readme",
6969
"repository": {
7070
"type": "git",
71-
"url": "git+https://github.com/@angular-extensions/model.git"
71+
"url": "git+https://github.com/angular-extensions/model.git"
7272
},
7373
"bugs": {
74-
"url": "https://github.com/@angular-extensions/model/issues"
74+
"url": "https://github.com/angular-extensions/model/issues"
7575
}
7676
}

0 commit comments

Comments
 (0)