syuilo/misskey --> misskey-dev/misskey
This commit is contained in:
parent
b5adb02eb8
commit
bb6cd258f3
51 changed files with 68 additions and 68 deletions
|
@ -18,7 +18,7 @@ export function genOpenapiSpec(lang = 'ja-JP') {
|
|||
|
||||
externalDocs: {
|
||||
description: 'Repository',
|
||||
url: 'https://github.com/syuilo/misskey'
|
||||
url: 'https://github.com/misskey-dev/misskey'
|
||||
},
|
||||
|
||||
servers: [{
|
||||
|
@ -120,7 +120,7 @@ export function genOpenapiSpec(lang = 'ja-JP') {
|
|||
description: desc,
|
||||
externalDocs: {
|
||||
description: 'Source code',
|
||||
url: `https://github.com/syuilo/misskey/blob/develop/src/server/api/endpoints/${endpoint.name}.ts`
|
||||
url: `https://github.com/misskey-dev/misskey/blob/develop/src/server/api/endpoints/${endpoint.name}.ts`
|
||||
},
|
||||
...(endpoint.meta.tags ? {
|
||||
tags: [endpoint.meta.tags[0]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue