diff --git a/README.md b/README.md index 71d40fac..e20df4af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

diff --git a/client/src/components/about.vue b/client/src/components/about.vue index 0673217d..732642a5 100644 --- a/client/src/components/about.vue +++ b/client/src/components/about.vue @@ -147,7 +147,7 @@ if (this.about === '') { this.loading = true this.$http - .get('https://raw.githubusercontent.com/nurdism/neko/master/docs/README.md') + .get('https://raw.githubusercontent.com/m1k1o/neko/master/docs/README.md') .then((res) => { return this.$http.post('https://api.github.com/markdown', { text: res.data, diff --git a/client/src/components/connect.vue b/client/src/components/connect.vue index db3308b6..b8c36d0b 100644 --- a/client/src/components/connect.vue +++ b/client/src/components/connect.vue @@ -1,7 +1,7 @@