Skip to content

Commit 30822bd

Browse files
authored
Beheer: fix editorial links
Verwijder ook TODO voor de modules
1 parent f77055d commit 30822bd

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

js/config.mjs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ loadRespecWithConfiguration({
8383
},
8484
{
8585
"company" : "Logius",
86-
"companyURL" : "https://logius.nl",
86+
"companyURL" : "https://www.logius.nl",
8787
"name" : "Alexander Green"
8888
},
8989
{
9090
"company" : "Logius",
91-
"companyURL" : "https://logius.nl",
91+
"companyURL" : "https://www.logius.nl",
9292
"name" : "Martin van der Plas"
9393
},
9494
{
9595
"company" : "Logius",
96-
"companyURL" : "https://logius.nl",
96+
"companyURL" : "https://www.logius.nl",
9797
"name" : "Tim van der Lippe"
9898
}
9999
],
@@ -117,16 +117,12 @@ loadRespecWithConfiguration({
117117
href: "https://logius-standaarden.github.io/API-mod-encryption/",
118118
publisher: "Logius",
119119
title: "API Design Rules Module: Encryption",
120-
// TODO: verwijder voor publicatie
121-
status: "Draft",
122120
},
123121
"ADR-signing": {
124122
authors: ["P. Haasnoot"],
125123
href: "https://logius-standaarden.github.io/API-mod-signing/",
126124
publisher: "Logius",
127125
title: "API Design Rules Module: Signing",
128-
// TODO: verwijder voor publicatie
129-
status: "Draft",
130126
},
131127
}
132128
});

0 commit comments

Comments
 (0)