Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit b1af8cf

Browse files
authored
Update readme.md
1 parent 0b8f304 commit b1af8cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = routes
8484

8585
### Express
8686

87-
More in its repo [createrest-express](https://atmx.in/rest-ex)
87+
More in it's repo [createrest-express](/packages/createrest-koa)
8888

8989
```js
9090
const { createRestExpress } = require('createrest-express')
@@ -102,7 +102,7 @@ app.listen(4001, () => {
102102

103103
### Koa
104104

105-
More in its repo [createrest-koa](https://atmx.in/rest-koa)
105+
More in it's repo [createrest-koa](/packages/createrest-koa)
106106

107107
```js
108108
const Koa = require('koa')

0 commit comments

Comments
 (0)