From 8147d0db77267cfac06e958fc31fa0c3335e3ea8 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 6 Jun 2021 14:07:25 +0930 Subject: [PATCH] added some links and removed old borked ones --- src/app/shared/models/links.model.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/shared/models/links.model.ts b/src/app/shared/models/links.model.ts index e11796f..b6f7547 100644 --- a/src/app/shared/models/links.model.ts +++ b/src/app/shared/models/links.model.ts @@ -15,14 +15,6 @@ export const Links: Array = name: "gitlab", location: "https://gitlab.inkletblot.com/" }, - { - name: "forum", - location: "https://www.inkletblot.com/forum/" - }, - { - name: "books", - location: "https://www.inkletblot.com/books/" - }, { name: "known", location: "https://www.inkletblot.com/known/" @@ -31,20 +23,28 @@ export const Links: Array = name: "tng", location: "https://www.inkletblot.com/tng/" }, - { - name: "pico", - location: "https://www.inkletblot.com/pico/" - }, { name: "pasty", location: "https://www.inkletblot.com/pasty/" }, { name: "mail", - location: "https://www.inkletblot.com/webmail/" + location: "https://mail.inkletblot.com/" }, { name: "chk", 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/" } ] \ No newline at end of file