syuilo/misskey --> misskey-dev/misskey

This commit is contained in:
syuilo
2021-03-24 12:23:05 +09:00
parent b5adb02eb8
commit bb6cd258f3
51 changed files with 68 additions and 68 deletions

View File

@ -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,

View File

@ -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]]

View File

@ -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>