Skip to content

Commit

Permalink
filip(fix): resources redirect from link
Browse files Browse the repository at this point in the history
  • Loading branch information
fstoqnov-iohk committed May 31, 2023
1 parent 73b1a2d commit 4f52a93
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions netlify.toml
Expand Up @@ -308,6 +308,11 @@
to = "https://marlowe.iohk.io/"
status = 301

[[redirects]]
from = "/marlowe/marlowe-resources/"
to = "https://docs.marlowe.iohk.io/tutorials"
status = 301

[[redirects]]
from = "/rosetta/learn-Rosetta.html"
to = "/rosetta/learn-rosetta/"
Expand Down Expand Up @@ -694,7 +699,7 @@ status = 301

[[redirects]]
from = "https://testnets.cardano.org/programming-languages/marlowe/resources/links/"
to = "/marlowe/marlowe-resources"
to = "https://docs.marlowe.iohk.io/tutorials"
status = 301

# Added /en/ prefixed URLs
Expand Down Expand Up @@ -892,7 +897,7 @@ status = 301

[[redirects]]
from = "https://testnets.cardano.org/en/programming-languages/marlowe/resources/links/"
to = "https://docs.cardano.org/marlowe/marlowe-resources"
to = "https://docs.marlowe.iohk.io/tutorials"
status = 301

[[redirects]]
Expand Down

0 comments on commit 4f52a93

Please sign in to comment.