Archived
2
0

about: use dev branch.

This commit is contained in:
Miroslav Šedivý 2021-07-22 20:08:38 +02:00
parent 7d94ee603d
commit 1bf588511a

View File

@ -147,7 +147,7 @@
if (this.about === '') {
this.loading = true
this.$http
.get<string>('https://raw.githubusercontent.com/m1k1o/neko/master/docs/README.md')
.get<string>('https://raw.githubusercontent.com/m1k1o/neko/dev/README.md')
.then((res) => {
return this.$http.post('https://api.github.com/markdown', {
text: res.data,