mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-24 13:03:39 +00:00
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]]
|
||||
|
||||
Reference in New Issue
Block a user