Skip to content

Commit ea9fd6e

Browse files
authored
Merge pull request #18 from TypedProject/fix-migrate-org
fix: migrate on tsed org
2 parents 904b551 + a11d9fa commit ea9fd6e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Diff for: CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We welcome any type of contribution, not just code. You can help with:
88
- QA: file bug reports, the more details you can give the better (e.g. screenshots with the console open)
99
- Marketing: writing blog posts, how to's, printing stickers, ...
1010
- Community: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
11-
- Code: take a look at the [open issues](https://github.com/TypedProject/tsed/issues). Even if you can't write code, commenting on them and showing that you care about a given issue matters. It helps us triage them.
11+
- Code: take a look at the [open issues](https://github.com/tsedio/tsed/issues). Even if you can't write code, commenting on them and showing that you care about a given issue matters. It helps us triage them.
1212
- Money: we welcome financial contributions in full transparency on our [open collective](https://opencollective.com/tsed).
1313

1414
## Your First Contribution
@@ -39,7 +39,7 @@ We also welcome financial contributions in full transparency on our open collect
3939

4040
## Questions
4141

42-
If you have any questions, create an [issue](https://github.com/TypedProject/tsed/issues) (protip: do a quick search first to see if someone else didn't ask the same question before!). You can also reach us at https://gitter.im/Tsed-io/community.
42+
If you have any questions, create an [issue](https://github.com/tsedio/tsed/issues) (protip: do a quick search first to see if someone else didn't ask the same question before!). You can also reach us at https://gitter.im/Tsed-io/community.
4343

4444
## How to work on Ts-doc
4545
### Setup
@@ -145,7 +145,7 @@ yarn vuepress:serve
145145
## Credits
146146
### Contributors
147147

148-
<a href="https://github.com/TypedProject/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
148+
<a href="https://github.com/tsedio/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
149149

150150

151151
### Backers

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@typedproject/root",
2+
"name": "@tsed/root",
33
"version": "4.0.13",
44
"description": "Generate documentation in markdown for TypeScript API",
55
"main": "./src/index.js",
@@ -25,7 +25,7 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/TypedProject/ts-doc.git"
28+
"url": "https://github.com/tsedio/ts-doc.git"
2929
},
3030
"keywords": [
3131
"Vuepress",
@@ -36,9 +36,9 @@
3636
"author": "Romakita",
3737
"license": "MIT",
3838
"bugs": {
39-
"url": "https://github.com/TypedProject/ts-doc/issues"
39+
"url": "https://github.com/tsedio/ts-doc/issues"
4040
},
41-
"homepage": "https://github.com/TypedProject/ts-doc#readme",
41+
"homepage": "https://github.com/tsedio/ts-doc#readme",
4242
"dependencies": {
4343
"lerna": "3.22.0"
4444
},

Diff for: packages/ts-doc/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@typedproject/ts-doc",
2+
"name": "@tsed/ts-doc",
33
"version": "4.0.13",
44
"description": "Generate documentation in markdown for TypeScript API",
55
"main": "./src/index.js",
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/TypedProject/ts-doc.git"
11+
"url": "https://github.com/tsedio/ts-doc.git"
1212
},
1313
"keywords": [
1414
"Vuepress",
@@ -19,9 +19,9 @@
1919
"author": "Romakita",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/TypedProject/ts-doc/issues"
22+
"url": "https://github.com/tsedio/ts-doc/issues"
2323
},
24-
"homepage": "https://github.com/TypedProject/ts-doc#readme",
24+
"homepage": "https://github.com/tsedio/ts-doc#readme",
2525
"directories": {
2626
"src": "./src",
2727
"components": "./components",

0 commit comments

Comments
 (0)