Skip to content

Commit 03f992b

Browse files
Update .openpublishing.redirection.json | fixing incorrect JSON format
Three redirect entries contain incorrect JSON format -- the entry is missing the required `redirect_document_id:false` entry, but still contained a comma in the preceeding line.
1 parent de316f1 commit 03f992b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.openpublishing.redirection.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
{
159159
"source_path": "articles/operator-5g-core/tutorial-configure-network-function.md",
160160
"redirect_url": "/previous-versions/azure/operator-5g-core/tutorial-configure-network-function",
161+
"redirect_document_id": false
161162
},
162163
{
163164
"source_path": "articles/operator-call-protection/deployment-overview.md",
@@ -182,6 +183,7 @@
182183
{
183184
"source_path": "articles/operator-call-protection/set-up-operator-call-protection.md",
184185
"redirect_url": "/previous-versions/azure/operator-call-protection/set-up-operator-call-protection",
186+
"redirect_document_id": false
185187
},
186188
{
187189
"source_path": "articles/private-multi-access-edge-compute-mec/overview.md",
@@ -191,6 +193,7 @@
191193
{
192194
"source_path": "articles/private-multi-access-edge-compute-mec/partner-programs.md",
193195
"redirect_url": "/previous-versions/azure/private-multi-access-edge-compute-mec/partner-programs",
196+
"redirect_document_id": false
194197
},
195198
{
196199
"source_path": "articles/time-series-insights/breaking-changes-long-data-type.md",

0 commit comments

Comments
 (0)