From 2ee733c62fce8201dd19ee7ad647bfa3493ea42e Mon Sep 17 00:00:00 2001 From: lostinlight Date: Tue, 26 Jan 2021 21:45:08 +0300 Subject: [PATCH] Fix broken link --- source/_data/friendica.json | 2 +- source/_data/mastodon.json | 4 ++-- source/_data/pleroma.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_data/friendica.json b/source/_data/friendica.json index ac66763..51f8206 100644 --- a/source/_data/friendica.json +++ b/source/_data/friendica.json @@ -41,7 +41,7 @@ "dwellers": "friends", "communities": [ {"title": "List of forums", "url": "https://dir.friendica.social/forums"}, - {"title": "List of servers by theme", "url": "../portal/servers"} + {"title": "List of servers by theme", "url": "/en/portal/servers"} ], "descr": "Friendica aims at being a platform that suits everyone. Newcomers will feel right at home: the network's interface and functionality include common features of a mainstream social network. Being comparatively light on resources makes it attractive for administrators to host (Friendica servers are called \"nodes\"). The community is good-natured and helpful. Friendica is well connected with the rest of Fediverse — its users can follow friends on most other federated networks.", "connections": ["diaspora*", "GNU Social", "Hubzilla", "Mastodon", "Misskey", "Pixelfed", "Pleroma", "Plume"], diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 04974c2..2d19ec5 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -19,7 +19,7 @@ "servers": [ {"num": "1", "url": "https://the-federation.info/mastodon"}, - {"num": "2", "url": "../portal/servers"} + {"num": "2", "url": "/en/portal/servers"} ], "mobile": "https://web.archive.org/web/20191114114235/https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/Apps.md", "forUsers": @@ -65,7 +65,7 @@ ], "mascot": [{"item": "mastodon", "imgNum": "1"}], "dwellers": "mastonauts", - "communities": [{"title": "List of servers by theme", "url": "../portal/servers"}], + "communities": [{"title": "List of servers by theme", "url": "/en/portal/servers"}], "descr": "Mastodon is the largest federating social network. You'll find everything you want of a microblogging platform, and much more. There are numerous Mastodon servers (called \"instances\") created specifically for certain communities and dedicated to various interests, spheres of knowledge, regions and activities.", "connections": ["Friendica", "Hubzilla", "microblog.pub", "Misskey", "PeerTube", "Pixelfed", "Pleroma", "Plume", "WriteFreely"], "screenshots": diff --git a/source/_data/pleroma.json b/source/_data/pleroma.json index 155c583..db95567 100644 --- a/source/_data/pleroma.json +++ b/source/_data/pleroma.json @@ -35,7 +35,7 @@ "mascot": [{"item": "Fox Tan", "imgNum": "1"}], "dwellers": "", "communities": [ - {"title": "List of servers by theme", "url": "../portal/servers"} + {"title": "List of servers by theme", "url": "/en/portal/servers"} ], "descr": "Pleroma microblogging platform is appreciated by the community for its low resource consumption. If you have a Raspberry Pi or similar single-board computer you can use it as Pleroma server for family and friends.", "connections": ["Friendica", "GNU Social", "Hubzilla", "Mastodon", "microblog.pub", "Misskey", "Peertube", "Pixelfed", "Plume", "WriteFreely"],