syuilo/misskey --> misskey-dev/misskey
This commit is contained in:
@ -71,12 +71,12 @@ export const meta = {
|
||||
repositoryUrl: {
|
||||
type: 'string' as const,
|
||||
optional: false as const, nullable: false as const,
|
||||
default: 'https://github.com/syuilo/misskey'
|
||||
default: 'https://github.com/misskey-dev/misskey'
|
||||
},
|
||||
feedbackUrl: {
|
||||
type: 'string' as const,
|
||||
optional: false as const, nullable: false as const,
|
||||
default: 'https://github.com/syuilo/misskey/issues/new'
|
||||
default: 'https://github.com/misskey-dev/misskey/issues/new'
|
||||
},
|
||||
secure: {
|
||||
type: 'boolean' as const,
|
||||
|
@ -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]]
|
||||
|
@ -144,4 +144,4 @@ html
|
||||
| :#{emoji.name}:
|
||||
= ' '
|
||||
footer
|
||||
p Misskey is open-source software. <a href="https://github.com/syuilo/misskey">View source</a>
|
||||
p Misskey is open-source software. <a href="https://github.com/misskey-dev/misskey">View source</a>
|
||||
|
Reference in New Issue
Block a user