diff options
author | BobIsMyManager <ahoumatt@yahoo.com> | 2022-05-13 23:31:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 02:31:14 +0300 |
commit | eb613865ec64a20382cc909480162734c125ac4c (patch) | |
tree | c356e24b6f9d242bf81be94f8e9a0e86876af6e8 | |
parent | update instances (diff) | |
download | libredirect-eb613865ec64a20382cc909480162734c125ac4c.zip |
Removed trailing slash (#260)
Just breaks urls, please don't do it :(
-rw-r--r-- | src/instances/piped.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/instances/piped.json b/src/instances/piped.json index c63f8454..a6c2cce1 100644 --- a/src/instances/piped.json +++ b/src/instances/piped.json @@ -7,7 +7,7 @@ "https://il.ax", "https://piped.syncpundit.com", "https://piped.mha.fi", - "https://piped.shimul.me/", + "https://piped.shimul.me", "https://piped.mint.lgbt", "https://piped.privacy.com.de", "https://piped.notyourcomputer.net" @@ -15,4 +15,4 @@ "tor": [ "http://piped2bbch4xslbl2ckr6k62q56kon56ffowxaqzy42ai22a4sash3ad.onion" ] -} \ No newline at end of file +} |