Skip to content

Commit e81e2fd

Browse files
committed
udpates three typos
1 parent 1e2996b commit e81e2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validator/schema/upsun.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,13 +927,13 @@
927927
"code": {
928928
"type": "integer",
929929
"title": "The redirect HTTP status code to use",
930-
"description": "Valid status codes are 301, 302, 307, and 308. \nDefaults to 302 for Partial redirects: \nhttps://docs.upsun.com/anchors/routes/redirects/affix/ \nand 301 for Whole-route redirects: \nhttps://docs.upsun.comroutes/redirects/whole/ \nMore information: \nhttps://docs.upsun.comroutes/redirects/partial/http-status-code/",
930+
"description": "Valid status codes are 301, 302, 307, and 308. \nDefaults to 302 for Partial redirects: \nhttps://docs.upsun.com/anchors/routes/redirects/affix/ \nand 301 for Whole-route redirects: \nhttps://docs.upsun.com/anchors/routes/redirects/whole/ \nMore information: \nhttps://docs.upsun.com/anchors/routes/redirects/partial/http-status-code/",
931931
"default": 302
932932
},
933933
"expires": {
934934
"type": ["integer", "string"],
935935
"title": "The amount of time, in seconds, to cache the redirects",
936-
"description": "The duration the redirect is cached for. \nMore information: \nhttps://docs.upsun.com/routes/redirects/caching/manage/",
936+
"description": "The duration the redirect is cached for. \nMore information: \nhttps://docs.upsun.com/anchors/routes/redirects/caching/manage/",
937937
"default": null
938938
}
939939
},

0 commit comments

Comments
 (0)