1
0

chore: update repo links

This commit is contained in:
Insert5StarName
2023-12-09 03:01:42 +01:00
parent 97a66d1da3
commit 702fc6b6f7
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"codename": "shonk", "codename": "shonk",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/transfem-org/sharkey.git" "url": "https://git.joinsharkey.org/Sharkey/Sharkey.git"
}, },
"packageManager": "pnpm@8.10.5", "packageManager": "pnpm@8.10.5",
"workspaces": [ "workspaces": [
@@ -6,8 +6,8 @@
export class AddSomeUrls1557761316509 { export class AddSomeUrls1557761316509 {
async up(queryRunner) { async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "meta" ADD "ToSUrl" character varying(512)`); await queryRunner.query(`ALTER TABLE "meta" ADD "ToSUrl" character varying(512)`);
await queryRunner.query(`ALTER TABLE "meta" ADD "repositoryUrl" character varying(512) NOT NULL DEFAULT 'https://github.com/transfem-org/sharkey'`); await queryRunner.query(`ALTER TABLE "meta" ADD "repositoryUrl" character varying(512) NOT NULL DEFAULT 'https://git.joinsharkey.org/Sharkey/Sharkey'`);
await queryRunner.query(`ALTER TABLE "meta" ADD "feedbackUrl" character varying(512) DEFAULT 'https://github.com/transfem-org/sharkey/issues/new'`); await queryRunner.query(`ALTER TABLE "meta" ADD "feedbackUrl" character varying(512) DEFAULT 'https://git.joinsharkey.org/Sharkey/Sharkey/issues/new/choose'`);
} }
async down(queryRunner) { async down(queryRunner) {
await queryRunner.query(`ALTER TABLE "meta" DROP COLUMN "feedbackUrl"`); await queryRunner.query(`ALTER TABLE "meta" DROP COLUMN "feedbackUrl"`);
@@ -9,7 +9,7 @@ doctype html
- -
_____ _ _ _____ _ _
/ ___| | | | / ___| | | |
\ `--.| |__ __ _ _ __| | _____ _ _ \ `--.| |__ __ _ _ __| | _____ _ _
`--. \ '_ \ / _` | '__| |/ / _ \ | | | `--. \ '_ \ / _` | '__| |/ / _ \ | | |
/\__/ / | | | (_| | | | < __/ |_| | /\__/ / | | | (_| | | | < __/ |_| |
\____/|_| |_|\__,_|_| |_|\_\___|\__, | \____/|_| |_|\__,_|_| |_|\_\___|\__, |
@@ -18,7 +18,7 @@ doctype html
Thank you for using Sharkey! Thank you for using Sharkey!
If you are reading this message... how about joining the development? If you are reading this message... how about joining the development?
https://github.com/transfem-org/sharkey https://git.joinsharkey.org/Sharkey/Sharkey
html html
@@ -4,7 +4,7 @@ doctype html
- -
_____ _ _ _____ _ _
/ ___| | | | / ___| | | |
\ `--.| |__ __ _ _ __| | _____ _ _ \ `--.| |__ __ _ _ __| | _____ _ _
`--. \ '_ \ / _` | '__| |/ / _ \ | | | `--. \ '_ \ / _` | '__| |/ / _ \ | | |
/\__/ / | | | (_| | | | < __/ |_| | /\__/ / | | | (_| | | | < __/ |_| |
\____/|_| |_|\__,_|_| |_|\_\___|\__, | \____/|_| |_|\__,_|_| |_|\_\___|\__, |
@@ -13,8 +13,8 @@ doctype html
Thank you for using Sharkey! Thank you for using Sharkey!
If you are reading this message... how about joining the development? If you are reading this message... how about joining the development?
https://github.com/transfem-org/sharkey https://git.joinsharkey.org/Sharkey/Sharkey
html html
@@ -45,7 +45,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>{{ i18n.ts.basicNotesBeforeCreateAccount }}</template> <template #label>{{ i18n.ts.basicNotesBeforeCreateAccount }}</template>
<template #suffix><i v-if="agreeNote" class="ph-check ph-bold ph-lg" style="color: var(--success)"></i></template> <template #suffix><i v-if="agreeNote" class="ph-check ph-bold ph-lg" style="color: var(--success)"></i></template>
<a href="https://github.com/transfem-org/JoinSharkey/blob/main/IMPORTANT_NOTES.md" class="_link" target="_blank">{{ i18n.ts.basicNotesBeforeCreateAccount }} <i class="ph-arrow-square-out ph-bold ph-lg"></i></a> <a href="https://git.joinsharkey.org/Sharkey/JoinSharkey/src/branch/main/IMPORTANT_NOTES.md" class="_link" target="_blank">{{ i18n.ts.basicNotesBeforeCreateAccount }} <i class="ph-arrow-square-out ph-bold ph-lg"></i></a>
<MkSwitch :modelValue="agreeNote" style="margin-top: 16px;" data-cy-signup-rules-notes-agree @update:modelValue="updateAgreeNote">{{ i18n.ts.agree }}</MkSwitch> <MkSwitch :modelValue="agreeNote" style="margin-top: 16px;" data-cy-signup-rules-notes-agree @update:modelValue="updateAgreeNote">{{ i18n.ts.agree }}</MkSwitch>
</MkFolder> </MkFolder>
@@ -27,7 +27,7 @@ const modal = shallowRef<InstanceType<typeof MkModal>>();
const whatIsNew = () => { const whatIsNew = () => {
modal.value.close(); modal.value.close();
window.open(`https://github.com/transfem-org/Sharkey/releases/tag/${version}`, '_blank'); window.open(`https://git.joinsharkey.org/Sharkey/Sharkey/releases/tag/${version}`, '_blank');
}; };
onMounted(() => { onMounted(() => {
@@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div> </div>
<FormSection> <FormSection>
<div class="_gaps_s"> <div class="_gaps_s">
<FormLink to="https://github.com/transfem-org/Sharkey" external> <FormLink to="https://git.joinsharkey.org/Sharkey/Sharkey" external>
<template #icon><i class="ph-code ph-bold ph-lg"></i></template> <template #icon><i class="ph-code ph-bold ph-lg"></i></template>
{{ i18n.ts._aboutMisskey.source }} {{ i18n.ts._aboutMisskey.source }}
<template #suffix>GitHub</template> <template #suffix>GitHub</template>