From 18b3224a3f1232be2736dfcc6a6a054f45340bc7 Mon Sep 17 00:00:00 2001 From: Brian W Bush Date: Tue, 30 May 2023 06:36:25 -0600 Subject: [PATCH] Updated URLs to latest Marlowe website. --- 01-runtime-cli.ipynb | 2 +- 02-runtime-rest.ipynb | 4 ++-- 03-marlowe-cli.ipynb | 2 +- 04-escrow-rest.ipynb | 2 +- 05-swap-rest.ipynb | 2 +- ReadMe.md | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/01-runtime-cli.ipynb b/01-runtime-cli.ipynb index 0fd54ad..22b5a1f 100644 --- a/01-runtime-cli.ipynb +++ b/01-runtime-cli.ipynb @@ -746,7 +746,7 @@ "\n", "Here are the steps for checking the safety of a contract:\n", "\n", - "1. Understand the [Marlowe Language](https://marlowe-finance.io/).\n", + "1. Understand the [Marlowe Language](https://marlowe.iohk.io/).\n", "2. Understand Cardano\\'s [Extended UTxO Model](https://docs.cardano.org/learn/eutxo-explainer).\n", "3. Read and understand the [Marlowe Best Practices Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/best-practices.md).\n", "4. Read and understand the [Marlowe Security Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/security.md).\n", diff --git a/02-runtime-rest.ipynb b/02-runtime-rest.ipynb index 3fc2672..b8a03f7 100644 --- a/02-runtime-rest.ipynb +++ b/02-runtime-rest.ipynb @@ -748,7 +748,7 @@ "\n", "Here are the steps for checking the safety of a contract:\n", "\n", - "1. Understand the [Marlowe Language](https://marlowe-finance.io/).\n", + "1. Understand the [Marlowe Language](https://marlowe.iohk.io/).\n", "2. Understand Cardano\\'s [Extended UTxO Model](https://docs.cardano.org/learn/eutxo-explainer).\n", "3. Read and understand the [Marlowe Best Practices Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/best-practices.md).\n", "4. Read and understand the [Marlowe Security Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/security.md).\n", @@ -2484,7 +2484,7 @@ "id": "eb6f2357-705e-4aa9-bd54-9164830add53", "metadata": {}, "source": [ - "It is also available at https://marlowe-finance.io/docs/development/runtime-rest-api/.\n", + "It is also available at https://marlowe.iohk.io/docs/development/runtime-rest-api/.\n", "\n", "![Marlowe Runtime OpenAPI](images/openapi.png)" ] diff --git a/03-marlowe-cli.ipynb b/03-marlowe-cli.ipynb index f759f60..ae2a791 100644 --- a/03-marlowe-cli.ipynb +++ b/03-marlowe-cli.ipynb @@ -701,7 +701,7 @@ "\n", "Here are the steps for checking the safety of a contract:\n", "\n", - "1. Understand the [Marlowe Language](https://marlowe-finance.io/).\n", + "1. Understand the [Marlowe Language](https://marlowe.iohk.io/).\n", "2. Understand Cardano\\'s [Extended UTxO Model](https://docs.cardano.org/learn/eutxo-explainer).\n", "3. Read and understand the [Marlowe Best Practices Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/best-practices.md).\n", "4. Read and understand the [Marlowe Security Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/security.md).\n", diff --git a/04-escrow-rest.ipynb b/04-escrow-rest.ipynb index 652449f..ae10f44 100644 --- a/04-escrow-rest.ipynb +++ b/04-escrow-rest.ipynb @@ -933,7 +933,7 @@ "\n", "Here are the steps for checking the safety of a contract:\n", "\n", - "1. Understand the [Marlowe Language](https://marlowe-finance.io/).\n", + "1. Understand the [Marlowe Language](https://marlowe.iohk.io/).\n", "2. Understand Cardano\\'s [Extended UTxO Model](https://docs.cardano.org/learn/eutxo-explainer).\n", "3. Read and understand the [Marlowe Best Practices Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/best-practices.md).\n", "4. Read and understand the [Marlowe Security Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/security.md).\n", diff --git a/05-swap-rest.ipynb b/05-swap-rest.ipynb index eac89a9..53424a1 100644 --- a/05-swap-rest.ipynb +++ b/05-swap-rest.ipynb @@ -600,7 +600,7 @@ "\n", "Here are the steps for checking the safety of a contract:\n", "\n", - "1. Understand the [Marlowe Language](https://marlowe-finance.io/).\n", + "1. Understand the [Marlowe Language](https://marlowe.iohk.io/).\n", "2. Understand Cardano\\'s [Extended UTxO Model](https://docs.cardano.org/learn/eutxo-explainer).\n", "3. Read and understand the [Marlowe Best Practices Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/best-practices.md).\n", "4. Read and understand the [Marlowe Security Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/security.md).\n", diff --git a/ReadMe.md b/ReadMe.md index 7916e3a..25e0e7d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -49,7 +49,7 @@ Alternatively, one can [deploy Marlowe Runtime locally with docker](docker.md). If you are unfamiliar with the Marlowe smart-contract language or with the Cardano blockchain, you may want to familiarize yourself with the following information: -1. [The Marlowe Language](https://marlowe-finance.io/) +1. [The Marlowe Language](https://marlowe.iohk.io/) 2. [Cardano's Extended UTxO Model](https://docs.cardano.org/learn/eutxo-explainer). @@ -98,7 +98,7 @@ If one plans to run a Marlowe contract on the Cardano `mainnet`, then one should Here are the steps for checking the safety of a Marlowe contract: -1. Understand the [Marlowe Language](https://marlowe-finance.io/). +1. Understand the [Marlowe Language](https://marlowe.iohk.io/). 2. Understand Cardano\'s [Extended UTxO Model](https://docs.cardano.org/learn/eutxo-explainer). 3. Read and understand the [Marlowe Best Practices Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/best-practices.md). 4. Read and understand the [Marlowe Security Guide](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/security.md).