From e0c5bebb5c3ebc3e839193ca4535c722992db95f Mon Sep 17 00:00:00 2001 From: QuantumSheep Date: Sat, 5 Jan 2019 02:52:32 +0100 Subject: [PATCH 1/2] Add Mastodon to the site list --- data.json | 5 +++++ sites.md | 1 + 2 files changed, 6 insertions(+) diff --git a/data.json b/data.json index ba367ac7..250f3940 100644 --- a/data.json +++ b/data.json @@ -567,5 +567,10 @@ "urlMain": "https://www.wikipedia.org/", "errorType": "message", "errorMsg": "If a page was recently created here, it may not be visible yet because of a delay in updating the database" + }, + "Mastodon": { + "url": "https://mstdn.io/@{}", + "urlMain": "https://mstdn.io", + "errorType": "status_code" } } diff --git a/sites.md b/sites.md index 2a6ea425..b5bb2889 100644 --- a/sites.md +++ b/sites.md @@ -99,3 +99,4 @@ 98. [Letterboxd](https://letterboxd.com/) 99. [Coderwall](https://coderwall.com/) 100. [Wikipedia](https://www.wikipedia.org/) +101. [Mastodon](https://mstdn.io/) From 5e87e416d3a18a4392f1919e4a80633025d1822c Mon Sep 17 00:00:00 2001 From: Nathanael Demacon Date: Sat, 5 Jan 2019 02:56:54 +0100 Subject: [PATCH 2/2] Add a / at the end of urlMain link --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 250f3940..1fedcea4 100644 --- a/data.json +++ b/data.json @@ -570,7 +570,7 @@ }, "Mastodon": { "url": "https://mstdn.io/@{}", - "urlMain": "https://mstdn.io", + "urlMain": "https://mstdn.io/", "errorType": "status_code" } }