Skip to content

Commit 1bf54c3

Browse files
committed
Update link on github.
1 parent 4784a04 commit 1bf54c3

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![npm version](https://img.shields.io/npm/v/@litert/type-uard.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/typeguard "Stable Version")
44
[![License](https://img.shields.io/npm/l/@litert/typeguard.svg?maxAge=2592000?style=plastic)](https://github.com/litert/typeguard/blob/master/LICENSE)
55
[![node](https://img.shields.io/node/v/@litert/typeguard.svg?colorB=brightgreen)](https://nodejs.org/dist/latest-v8.x/)
6-
[![GitHub issues](https://img.shields.io/github/issues/litert/type-guard.js.svg)](https://github.com/litert/type-guard.js/issues)
7-
[![GitHub Releases](https://img.shields.io/github/release/litert/type-guard.js.svg)](https://github.com/litert/type-guard.js/releases "Stable Release")
6+
[![GitHub issues](https://img.shields.io/github/issues/litert/type-guard.svg)](https://github.com/litert/type-guard/issues)
7+
[![GitHub Releases](https://img.shields.io/github/release/litert/type-guard.svg)](https://github.com/litert/type-guard/releases "Stable Release")
88

99
A type checking code "JIT"😄.
1010

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"license": "Apache-2.0",
2323
"repository": {
2424
"type": "git",
25-
"url": "git+https://github.com/litert/type-guard.js.git"
25+
"url": "git+https://github.com/litert/type-guard.git"
2626
},
2727
"bugs": {
28-
"url": "https://github.com/litert/type-guard.js/issues"
28+
"url": "https://github.com/litert/type-guard/issues"
2929
},
30-
"homepage": "https://github.com/litert/type-guard.js#readme",
30+
"homepage": "https://github.com/litert/type-guard#readme",
3131
"dependencies": {},
3232
"types": "dist/index.d.ts",
3333
"typings": "dist/index.d.ts",

sources/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| This source file is subject to version 2.0 of the Apache license, |
88
| that is bundled with this package in the file LICENSE, and is |
99
| available through the world-wide-web at the following url: |
10-
| https://github.com/litert/type-guard.js/blob/master/LICENSE |
10+
| https://github.com/litert/type-guard/blob/master/LICENSE |
1111
+----------------------------------------------------------------------+
1212
| Authors: Angus Fenying <fenying@litert.org> |
1313
+----------------------------------------------------------------------+

sources/compiler.javascript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| This source file is subject to version 2.0 of the Apache license, |
88
| that is bundled with this package in the file LICENSE, and is |
99
| available through the world-wide-web at the following url: |
10-
| https://github.com/litert/type-guard.js/blob/master/LICENSE |
10+
| https://github.com/litert/type-guard/blob/master/LICENSE |
1111
+----------------------------------------------------------------------+
1212
| Authors: Angus Fenying <fenying@litert.org> |
1313
+----------------------------------------------------------------------+

sources/compiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| This source file is subject to version 2.0 of the Apache license, |
88
| that is bundled with this package in the file LICENSE, and is |
99
| available through the world-wide-web at the following url: |
10-
| https://github.com/litert/type-guard.js/blob/master/LICENSE |
10+
| https://github.com/litert/type-guard/blob/master/LICENSE |
1111
+----------------------------------------------------------------------+
1212
| Authors: Angus Fenying <fenying@litert.org> |
1313
+----------------------------------------------------------------------+

sources/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| This source file is subject to version 2.0 of the Apache license, |
88
| that is bundled with this package in the file LICENSE, and is |
99
| available through the world-wide-web at the following url: |
10-
| https://github.com/litert/type-guard.js/blob/master/LICENSE |
10+
| https://github.com/litert/type-guard/blob/master/LICENSE |
1111
+----------------------------------------------------------------------+
1212
| Authors: Angus Fenying <fenying@litert.org> |
1313
+----------------------------------------------------------------------+

sources/lang.javascript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| This source file is subject to version 2.0 of the Apache license, |
88
| that is bundled with this package in the file LICENSE, and is |
99
| available through the world-wide-web at the following url: |
10-
| https://github.com/litert/type-guard.js/blob/master/LICENSE |
10+
| https://github.com/litert/type-guard/blob/master/LICENSE |
1111
+----------------------------------------------------------------------+
1212
| Authors: Angus Fenying <fenying@litert.org> |
1313
+----------------------------------------------------------------------+

sources/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| This source file is subject to version 2.0 of the Apache license, |
88
| that is bundled with this package in the file LICENSE, and is |
99
| available through the world-wide-web at the following url: |
10-
| https://github.com/litert/type-guard.js/blob/master/LICENSE |
10+
| https://github.com/litert/type-guard/blob/master/LICENSE |
1111
+----------------------------------------------------------------------+
1212
| Authors: Angus Fenying <fenying@litert.org> |
1313
+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)