Skip to content

Commit d676696

Browse files
authored
Add new redirect for IKOB terms
Necessary as the IKOB pages are capitalized in the BegrippenXL URL, but lowercase in the URI.
1 parent 57474bb commit d676696

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/redirects.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"location": "https://nl-digigo.github.io/ld-viewer/contractspecificaties/#/view?uri=$REQUEST_URI_ESCAPED",
3434
"accept": ["text/html"]
3535
},
36+
{
37+
"path": "/ikob/term/(.+)$",
38+
"location": "https://begrippen.crow.nl/IKOB/nl/page/?uri=$REQUEST_URI_ESCAPED"
39+
}
3640
{
3741
"path": "/([a-zA-Z0-9-_]+?)/term/(.+)$",
3842
"location": "https://begrippen.crow.nl/$1/nl/page/?uri=$REQUEST_URI_ESCAPED"

0 commit comments

Comments
 (0)