Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 64732d9

Browse files
author
Mike Nikles
authored
Redirect /changelog to /docs/changelog. (#1010)
1 parent 23b0401 commit 64732d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,3 +411,8 @@
411411
from = "/gitpod-vs-codespaces"
412412
to = "/gitpod-vs-github-codespaces/"
413413
status = 301
414+
415+
[[redirects]]
416+
from = "/changelog"
417+
to = "/docs/changelog/"
418+
status = 301

0 commit comments

Comments
 (0)