Skip to content

Commit 15a05ff

Browse files
committed
TCLOUD-4780: Use Lua replacment string "%1" instead of "$1"
1 parent 28a707f commit 15a05ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

redirects.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{
33
"location": "/",
44
"pattern": "^/docs%-beta(.*)$",
5-
"redirect": "/docs$1"
5+
"redirect": "/docs%1"
66
},
77
{
88
"location": "/",
99
"pattern": "^/docs%-preview(.*)$",
10-
"redirect": "/docs$1"
10+
"redirect": "/docs%1"
1111
},
1212
{
1313
"location": "/docs-3x/",
@@ -3072,7 +3072,7 @@
30723072
{
30733073
"location": "/docs/tinymce/8/",
30743074
"pattern": "^/docs/tinymce/8/(.*)$",
3075-
"redirect": "/docs/tinymce/latest/$1"
3075+
"redirect": "/docs/tinymce/latest/%1"
30763076
},
30773077
{
30783078
"location": "/docs/tinymce/demo/url-dialog-demo/external-page.html",

0 commit comments

Comments
 (0)