1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00

Change demo link (error 404)

The demo link redirects to a 404 error.
I don't know if the link to "demo" makes sense because it redirects to the instance search page. And this link already exists in the "Documentation and resources" part
Maybe we should put the link to the main instance as demo? https://lemmy.ml/


See:
https://github.com/YunoHost-Apps/lemmy_ynh/pull/10#issuecomment-933294506
This commit is contained in:
MyNameIsTroll 2021-10-04 11:19:13 +02:00 committed by GitHub
parent 1681bfab08
commit 93be8a6dee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
"upstream": {
"license": "GPL-3.0",
"website": "https://join-lemmy.org/",
"demo": "https://join.lemmy.ml/join/",
"demo": "https://lemmy.ml/",
"admindoc": "https://join-lemmy.org/docs/en/",
"code": "https://github.com/LemmyNet/lemmy"
},