Skip to content

Commit e08a726

Browse files
committed
chore: github links
1 parent a993cbc commit e08a726

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Launchcode Router
22
[![Licensed under MPL 2.0](https://img.shields.io/badge/license-MPL_2.0-green.svg)](https://www.mozilla.org/en-US/MPL/2.0/)
3-
[![Build Status](https://github.com/servall/router/workflows/CI/badge.svg)](https://github.com/servall/router/actions)
3+
[![Build Status](https://github.com/launchcodedev/router/workflows/CI/badge.svg)](https://github.com/launchcodedev/router/actions)
44
[![npm](https://img.shields.io/npm/v/@lcdev/router.svg)](https://www.npmjs.com/package/@lcdev/router)
55

66
This is our main `@lcdev/router` node package, for centralizing the logic that
@@ -429,7 +429,7 @@ This is pulled directly from the [`@lcdev/mapper`](../utilities/mapper.html) pac
429429
You might want to reduce the duplication when using the `returning` feature. Most of the time,
430430
you want to return the same fields for the same entities, records, etc.
431431

432-
Please see the [`@lcdev/api-fields`](https://github.com/servall/api-fields) package for that. It defines a decorator, called `@ApiField()`,
432+
Please see the [`@lcdev/api-fields`](https://github.com/launchcodedev/api-fields) package for that. It defines a decorator, called `@ApiField()`,
433433
which you can use to automatically fill in the `returning` field of a route action.
434434

435435
```typescript
@@ -476,7 +476,7 @@ route({
476476
}),
477477
```
478478

479-
Please read more on the [docs](https://github.com/servall/api-fields).
479+
Please read more on the [docs](https://github.com/launchcodedev/api-fields).
480480

481481
### Incremental Adoption
482482
For apps that are using a basic `koa-router` and don't want the module loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/servall/router.git"
13+
"url": "https://github.com/launchcodedev/router.git"
1414
},
1515
"main": "dist/index.js",
1616
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)