From 3c72e12c3a9cc7347c665bc4be48c569b32f1e3d Mon Sep 17 00:00:00 2001 From: stebifan Date: Mon, 25 Jun 2018 22:07:47 +0200 Subject: [PATCH] Update config.js --- config.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/config.js b/config.js index 9f49b05..371b146 100644 --- a/config.js +++ b/config.js @@ -101,21 +101,11 @@ module.exports = function () { 'linkList': [ { 'title': 'Impressum', - 'href': 'https://bremen.freifunk.net/impressum.html' + 'href': 'http://freifunk-troisdorf.de/kontakt/impressum/' }, { 'title': 'Datenschutz', - 'href': 'https://wiki.bremen.freifunk.net/Infrastruktur/Datenschutz' - } - ], - 'linkList': [ - { - 'title': 'Impressum', - 'href': '/verein/impressum/' - }, - { - 'title': 'Datenschutz', - 'href': '/verein/datenschutz/' + 'href': 'http://freifunk-troisdorf.de/datenschutz/' } ] };