Skip to content

Commit

Permalink
filip(fix): add remaining redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
fstoqnov-iohk committed May 30, 2023
1 parent a2e3573 commit 4eef650
Showing 1 changed file with 57 additions and 16 deletions.
73 changes: 57 additions & 16 deletions netlify.toml
Expand Up @@ -239,7 +239,7 @@

[[redirects]]
from = "/marlowe/marlowe-explainer.html"
to = "/marlowe/learn-about-marlowe/"
to = "https://docs.marlowe.iohk.io/docs/introduction"
status = 301

[[redirects]]
Expand All @@ -250,27 +250,68 @@

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

[[redirects]]
from = "/marlowe/marlowe-get-started/"
to = "https://docs.marlowe.iohk.io/tutorials/"
status = 301
force = true

[[redirects]]
from = "/marlowe/marlowe-lang-guide.html"
to = "/marlowe/marlowe-language-guide/"
to = "https://docs.marlowe.iohk.io/docs/platform-and-architecture/marlowe-language-guide"
status = 301

[[redirects]]
from = "/marlowe/marlowe-language-guide/"
to = "https://docs.marlowe.iohk.io/docs/platform-and-architecture/marlowe-language-guide"
status = 301
force = true

[[redirects]]
from = "/marlowe/get-started-blockly.html"
to = "/marlowe/writing-marlowe-with-blockly/"
to = "https://docs.marlowe.iohk.io/docs/developer-tools/playground"
status = 301

[[redirects]]
from = "/marlowe/writing-marlowe-with-blockly/"
to = "https://docs.marlowe.iohk.io/docs/developer-tools/playground"
status = 301
force = true

[[redirects]]
from = "/marlowe/get-started-haskell.html"
to = "/marlowe/using-the-haskell-editor/"
to = "https://docs.marlowe.iohk.io/docs/developer-tools/playground"
status = 301

[[redirects]]
from = "/marlowe/using-the-haskell-editor/"
to = "https://docs.marlowe.iohk.io/docs/developer-tools/playground"
status = 301
force = true

[[redirects]]
from = "/marlowe/get-started-js.html"
to = "/marlowe/using-javascript-editor/"
to = "https://docs.marlowe.iohk.io/docs/developer-tools/playground"
status = 301

[[redirects]]
from = "/marlowe/using-javascript-editor/"
to = "https://docs.marlowe.iohk.io/docs/developer-tools/playground"
status = 301
force = true

[[redirects]]
from = "/marlowe/marlowe-run/"
to = "https://docs.marlowe.iohk.io/docs/developer-tools/runtime/marlowe-runtime"
status = 301
force = true

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

[[redirects]]
Expand Down Expand Up @@ -634,27 +675,27 @@ status = 301

[[redirects]]
from = "https://testnets.cardano.org/programming-languages/marlowe/overview/"
to = "/marlowe/learn-about-marlowe"
to = "https://docs.marlowe.iohk.io/docs/introduction"
status = 301

[[redirects]]
from = "https://testnets.cardano.org/programming-languages/marlowe/about/skills-and-requirements/"
to = "/marlowe/marlowe-get-started"
to = "https://docs.marlowe.iohk.io/tutorials/"
status = 301

[[redirects]]
from = "https://testnets.cardano.org/programming-languages/marlowe/getting-started/modelling-financial-products-in-marlowe/"
to = "/marlowe/learn-about-marlowe"
to = "https://docs.marlowe.iohk.io/docs/introduction"
status = 301

[[redirects]]
from = "https://testnets.cardano.org/programming-languages/marlowe/getting-started/sample-marlowe-smart-contracts/"
to = "/marlowe/marlowe-language-guide"
to = "https://docs.marlowe.iohk.io/docs/platform-and-architecture/marlowe-language-guide"
status = 301

[[redirects]]
from = "https://testnets.cardano.org/programming-languages/marlowe/getting-started/using-the-marlowe-playground/"
to = "/marlowe/marlowe-get-started"
to = "https://docs.marlowe.iohk.io/tutorials/"
status = 301

[[redirects]]
Expand Down Expand Up @@ -832,27 +873,27 @@ status = 301

[[redirects]]
from = "https://testnets.cardano.org/en/programming-languages/marlowe/overview/"
to = "https://docs.cardano.org/marlowe/learn-about-marlowe"
to = "https://docs.marlowe.iohk.io/docs/introduction"
status = 301

[[redirects]]
from = "https://testnets.cardano.org/en/programming-languages/marlowe/about/skills-and-requirements/"
to = "https://docs.cardano.org/marlowe/marlowe-get-started"
to = "https://docs.marlowe.iohk.io/tutorials/"
status = 301

[[redirects]]
from = "https://testnets.cardano.org/en/programming-languages/marlowe/getting-started/modelling-financial-products-in-marlowe/"
to = "https://docs.cardano.org/marlowe/learn-about-marlowe"
to = "https://docs.marlowe.iohk.io/docs/introduction"
status = 301

[[redirects]]
from = "https://testnets.cardano.org/en/programming-languages/marlowe/getting-started/sample-marlowe-smart-contracts/"
to = "https://docs.cardano.org/marlowe/marlowe-language-guide"
to = "https://docs.marlowe.iohk.io/docs/platform-and-architecture/marlowe-language-guide"
status = 301

[[redirects]]
from = "https://testnets.cardano.org/en/programming-languages/marlowe/getting-started/using-the-marlowe-playground/"
to = "https://docs.cardano.org/marlowe/marlowe-get-started"
to = "https://docs.marlowe.iohk.io/tutorials/"
status = 301

[[redirects]]
Expand Down

0 comments on commit 4eef650

Please sign in to comment.