summaryrefslogtreecommitdiff
path: root/src/client/pages
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-03-24 12:23:05 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-03-24 12:23:05 +0900
commitbb6cd258f3b811cd10bdd2618af7e24c65d2549b (patch)
tree0df3977ed3570423ceefb7250c5562c6fa7f87bf /src/client/pages
parentUpdate 01_bug-report.md (diff)
downloadmisskey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.tar.gz
misskey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.tar.bz2
misskey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.zip
syuilo/misskey --> misskey-dev/misskey
Diffstat (limited to 'src/client/pages')
-rw-r--r--src/client/pages/about-misskey.vue4
-rw-r--r--src/client/pages/doc.vue2
-rw-r--r--src/client/pages/settings/update.vue2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/client/pages/about-misskey.vue b/src/client/pages/about-misskey.vue
index 2d1da88fa1..e9e2e15573 100644
--- a/src/client/pages/about-misskey.vue
+++ b/src/client/pages/about-misskey.vue
@@ -14,7 +14,7 @@
{{ $ts._aboutMisskey.about }}
</section>
<FormGroup>
- <FormLink to="https://github.com/syuilo/misskey" external>
+ <FormLink to="https://github.com/misskey-dev/misskey" external>
<template #icon><Fa :icon="faCode"/></template>
{{ $ts._aboutMisskey.source }}
<template #suffix>GitHub</template>
@@ -40,7 +40,7 @@
<FormLink to="https://github.com/rinsuki" external>@rinsuki</FormLink>
<FormLink to="https://github.com/Xeltica" external>@Xeltica</FormLink>
<FormLink to="https://github.com/u1-liquid" external>@u1-liquid</FormLink>
- <template #caption><MkLink url="https://github.com/syuilo/misskey/graphs/contributors">{{ $ts._aboutMisskey.allContributors }}</MkLink></template>
+ <template #caption><MkLink url="https://github.com/misskey-dev/misskey/graphs/contributors">{{ $ts._aboutMisskey.allContributors }}</MkLink></template>
</FormGroup>
<FormGroup>
<template #label><Mfm text="[jelly ❤]"/> {{ $ts._aboutMisskey.patrons }}</template>
diff --git a/src/client/pages/doc.vue b/src/client/pages/doc.vue
index 7155cc1563..4341cd1f6e 100644
--- a/src/client/pages/doc.vue
+++ b/src/client/pages/doc.vue
@@ -3,7 +3,7 @@
<div class="title">{{ title }}</div>
<div class="body" v-html="body"></div>
<div class="footer">
- <MkLink :url="`https://github.com/syuilo/misskey/blob/master/src/docs/${lang}/${doc}.md`" class="at">{{ $ts.docSource }}</MkLink>
+ <MkLink :url="`https://github.com/misskey-dev/misskey/blob/master/src/docs/${lang}/${doc}.md`" class="at">{{ $ts.docSource }}</MkLink>
</div>
</div>
</template>
diff --git a/src/client/pages/settings/update.vue b/src/client/pages/settings/update.vue
index a8da8bf11c..bc26af4211 100644
--- a/src/client/pages/settings/update.vue
+++ b/src/client/pages/settings/update.vue
@@ -79,7 +79,7 @@ export default defineComponent({
localStorage.setItem('v', meta.version);
});
- fetch('https://api.github.com/repos/syuilo/misskey/releases', {
+ fetch('https://api.github.com/repos/misskey-dev/misskey/releases', {
method: 'GET',
})
.then(res => res.json())