From 93be8a6deec5f14ca8cecb76e5e6a9fe9449721e Mon Sep 17 00:00:00 2001 From: MyNameIsTroll <31790025+MyNameIsTroll@users.noreply.github.com> Date: Mon, 4 Oct 2021 11:19:13 +0200 Subject: [PATCH] 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 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7bceba1..d832d61 100644 --- a/manifest.json +++ b/manifest.json @@ -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" },