Skip to content

Commit 15ee321

Browse files
committed
missed redirection for changelog for upsun, should have been in #4360
1 parent 9ae5d1b commit 15ee321

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.platform/routes.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ https://{default}/:
261261

262262
# Splitting 'other' section into proper top-level items within Reference.
263263
"/other/glossary.html" : { "to": "/glossary.html", "code": 301 }
264-
264+
265265

266266
# Change of URL for the custom domains on preview environments page
267267
"/domains/steps/custom-non-production-domains.html" : { "to": "/domains/steps/custom-domains-preview-environments.html", "code": 301 }
@@ -379,6 +379,10 @@ https://docs.upsun.com/:
379379
"/get-started/nextjs/": { "to": "/get-started/stacks/nextjs.html", "code": 301, "prefix": true, "append_suffix": false }
380380
"/get-started/strapi/": { "to": "/get-started/stacks/strapi.html", "code": 301, "prefix": true, "append_suffix": false }
381381

382+
#Changelog to Feature requests page
383+
"/changelog.html": { "to": "/request-features.html", "code": 301 }
384+
385+
382386
# "https://docs.deployfriday.net/":
383387
# type: redirect
384388
# to: "https://docs.upsun.com/"

0 commit comments

Comments
 (0)