Update config.js

This commit is contained in:
stebifan 2018-06-25 22:07:47 +02:00 committed by GitHub
parent 28df47c15f
commit 3c72e12c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,21 +101,11 @@ module.exports = function () {
'linkList': [ 'linkList': [
{ {
'title': 'Impressum', 'title': 'Impressum',
'href': 'https://bremen.freifunk.net/impressum.html' 'href': 'http://freifunk-troisdorf.de/kontakt/impressum/'
}, },
{ {
'title': 'Datenschutz', 'title': 'Datenschutz',
'href': 'https://wiki.bremen.freifunk.net/Infrastruktur/Datenschutz' 'href': 'http://freifunk-troisdorf.de/datenschutz/'
}
],
'linkList': [
{
'title': 'Impressum',
'href': '/verein/impressum/'
},
{
'title': 'Datenschutz',
'href': '/verein/datenschutz/'
} }
] ]
}; };