Skip to content

Commit 06e2fad

Browse files
authored
Merge pull request #319 from Logius-standaarden/fix-company-url
Beheer: fix logius.nl links
2 parents 2ca9719 + 4aafe7d commit 06e2fad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

js/config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ loadRespecWithConfiguration({
8383
},
8484
{
8585
"company" : "Logius",
86-
"companyURL" : "https://www.logius.nl",
86+
"companyURL" : "https://logius.nl",
8787
"name" : "Alexander Green"
8888
},
8989
{
9090
"company" : "Logius",
91-
"companyURL" : "https://www.logius.nl",
91+
"companyURL" : "https://logius.nl",
9292
"name" : "Martin van der Plas"
9393
},
9494
{
9595
"company" : "Logius",
96-
"companyURL" : "https://www.logius.nl",
96+
"companyURL" : "https://logius.nl",
9797
"name" : "Tim van der Lippe"
9898
}
9999
],

0 commit comments

Comments
 (0)