Skip to content

Commit 5bea737

Browse files
committed
chore: misskey.io -> nijimiss.moe
1 parent 7073a97 commit 5bea737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/frontend/src/components/MkPostForm.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const imeText = ref('');
208208
const showingOptions = ref(false);
209209
const textAreaReadOnly = ref(false);
210210

211-
const nsfwGuideUrl = 'https://go.misskey.io/media-guideline';
211+
const nsfwGuideUrl = 'https://nijimiss.org/post-guideline/';
212212

213213
const draftKey = computed((): string => {
214214
let key = props.channel ? `channel:${props.channel.id}` : '';

packages/frontend/src/components/MkUpdated.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const modal = shallowRef<InstanceType<typeof MkModal>>();
2727

2828
function whatIsNew() {
2929
modal.value?.close();
30-
window.open('https://go.misskey.io/changelog', '_blank', 'noopener');
30+
window.open('https://github.com/TeamNijimiss/misskey/releases/tag/${version}', '_blank', 'noopener');
3131
}
3232

3333
onMounted(() => {

0 commit comments

Comments
 (0)