Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated URLs to latest Marlowe website. #16

Merged
merged 1 commit into from May 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01-runtime-cli.ipynb
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 02-runtime-rest.ipynb
Expand Up @@ -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",
Expand Down Expand Up @@ -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)"
]
Expand Down
2 changes: 1 addition & 1 deletion 03-marlowe-cli.ipynb
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 04-escrow-rest.ipynb
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 05-swap-rest.ipynb
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.md
Expand Up @@ -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).


Expand Down Expand Up @@ -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).
Expand Down