Skip to content

Commit 4b1c55c

Browse files
committed
feat: uri-strategie update FINAL
1 parent 9e740ee commit 4b1c55c

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

data/redirects.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,28 @@
3838
"location": "https://begrippen.crow.nl/$1/nl/page/?uri=$REQUEST_URI_ESCAPED"
3939
},
4040
{
41-
"path": "/th/def/(.+)$",
41+
"path": "/kg/rl/def/Thm_.+$",
4242
"location": "https://docs.crow.nl/organisatiegegevens/themas/#$REQUEST_URI_ESCAPED",
4343
"accept": ["text/html"]
4444
},
4545
{
46-
"path": "/asp1/def/(.+)$",
47-
"location": "https://docs.crow.nl/organisatiegegevens/requirement-levels//#$REQUEST_URI_ESCAPED",
46+
"path": "/kg/rl/def/STh_.+$",
47+
"location": "https://docs.crow.nl/organisatiegegevens/strat-themas/#$REQUEST_URI_ESCAPED",
4848
"accept": ["text/html"]
4949
},
5050
{
51-
"path": "/ps/def/(.+)$",
52-
"location": "https://docs.crow.nl/organisatiegegevens/publicatiesoorten//#$REQUEST_URI_ESCAPED",
51+
"path": "/kg/rl/def/Hrd_.+$",
52+
"location": "https://docs.crow.nl/organisatiegegevens/requirement-levels/#$REQUEST_URI_ESCAPED",
5353
"accept": ["text/html"]
5454
},
5555
{
56-
"path": "/fin/def/(.+)$",
57-
"location": "https://docs.crow.nl/organisatiegegevens/financiers//#$REQUEST_URI_ESCAPED",
56+
"path": "/kg/rl/def/Pst_.+$",
57+
"location": "https://docs.crow.nl/organisatiegegevens/publicatiesoorten/#$REQUEST_URI_ESCAPED",
58+
"accept": ["text/html"]
59+
},
60+
{
61+
"path": "/kg/rl/def/Org_.+$",
62+
"location": "https://docs.crow.nl/organisatiegegevens/financiers/#$REQUEST_URI_ESCAPED",
5863
"accept": ["text/html"]
5964
},
6065
{

0 commit comments

Comments
 (0)