Skip to content

Commit e16ebb2

Browse files
Redirect all traffic to open-workflow-specification.org (#267)
1 parent 70a11d5 commit e16ebb2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

public/_redirects

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# See: https://docs.netlify.com/routing/redirects/
22
# https://docs.netlify.com/routing/redirects/redirect-options/
3+
4+
# Keep schema URLs working (served locally, not redirected)
35
/schemas/previous/* /schemas/0.9/:splat 200
46
/schemas/latest/* /schemas/1.0.3/:splat 200
57
/schemas/snapshot/* /schemas/1.0.3/:splat 200
8+
9+
# Redirect everything else to the new domain
10+
/* https://open-workflow-specification.org/:splat 301

0 commit comments

Comments
 (0)