added some links and removed old borked ones

This commit is contained in:
Solomon Laing 2021-06-06 14:07:25 +09:30
parent 2c6d486967
commit 8147d0db77

View File

@ -15,14 +15,6 @@ export const Links: Array<Link> =
name: "gitlab", name: "gitlab",
location: "https://gitlab.inkletblot.com/" location: "https://gitlab.inkletblot.com/"
}, },
{
name: "forum",
location: "https://www.inkletblot.com/forum/"
},
{
name: "books",
location: "https://www.inkletblot.com/books/"
},
{ {
name: "known", name: "known",
location: "https://www.inkletblot.com/known/" location: "https://www.inkletblot.com/known/"
@ -31,20 +23,28 @@ export const Links: Array<Link> =
name: "tng", name: "tng",
location: "https://www.inkletblot.com/tng/" location: "https://www.inkletblot.com/tng/"
}, },
{
name: "pico",
location: "https://www.inkletblot.com/pico/"
},
{ {
name: "pasty", name: "pasty",
location: "https://www.inkletblot.com/pasty/" location: "https://www.inkletblot.com/pasty/"
}, },
{ {
name: "mail", name: "mail",
location: "https://www.inkletblot.com/webmail/" location: "https://mail.inkletblot.com/"
}, },
{ {
name: "chk", name: "chk",
location: "https://www.chkseven.com" location: "https://www.chkseven.com"
},
{
name: "pve",
location: "https://pve.inkletblot.com:8006/"
},
{
name: "bitwarden",
location: "https://bw.inkletblot.com/"
},
{
name: "matrix",
location: "https://homeserver.inkletblot.com/"
} }
] ]