Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Updated URLs to point to new Marlowe websites.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed May 30, 2023
1 parent eb9afaa commit 1d7bce4
Show file tree
Hide file tree
Showing 20 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Expand Up @@ -7,7 +7,7 @@ Click on the image below to navigate to individual contracts.

## Marlowe

- [Language](https://marlowe-finance.io/)
- [Language](https://marlowe.iohk.io/)
- [Software](https://github.com/input-output-hk/marlowe-cardano/)
- [Development](https://developers.cardano.org/docs/smart-contracts/marlowe/#resources-for-developing-and-deploying-marlowe-contracts)
- [Safety](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe/best-practices.md)
Expand Down
4 changes: 2 additions & 2 deletions defi/beamer/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions firsts/loan/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions firsts/mainnet/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions firsts/plutus-v2/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions firsts/reference/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions firsts/swap/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions nfts/airdrop/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down Expand Up @@ -212,7 +212,7 @@
"source": [
"## The Marlowe contract\n",
"\n",
"The Marlowe contract is just a download of the JSON file for the Blockly-format contract designed in the [Marlowe Playground](https://play.marlowe-finance.io/#/)."
"The Marlowe contract is just a download of the JSON file for the Blockly-format contract designed in the [Marlowe Playground](https://play.marlowe.iohk.io/#/)."
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions nfts/auction/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions nfts/collateral/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down Expand Up @@ -269,7 +269,7 @@
"source": [
"## The Marlowe contract\n",
"\n",
"The Marlowe contract is just a download of the JSON file for the Blockly-format contract designed in the [Marlowe Playground](https://play.marlowe-finance.io/#/)."
"The Marlowe contract is just a download of the JSON file for the Blockly-format contract designed in the [Marlowe Playground](https://play.marlowe.iohk.io/#/)."
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions nfts/collection/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down Expand Up @@ -93,7 +93,7 @@
"text": [
"YoTr2016-0:\n",
" artist: Brian W Bush\n",
" contract: 'A Marlowe role token: <https://marlowe-finance.io/>.'\n",
" contract: 'A Marlowe role token: <https://marlowe.iohk.io/>.'\n",
" copyright: (c) 2016 Brian W Bush\n",
" description:\n",
" - A series of three original artworks on the subject of Yogācāra\n",
Expand Down
6 changes: 3 additions & 3 deletions nfts/oracle/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down Expand Up @@ -205,7 +205,7 @@
"source": [
"## The Marlowe contract\n",
"\n",
"The Marlowe contract is just a download of the JSON file for the Blockly-format contract designed in the [Marlowe Playground](https://play.marlowe-finance.io/#/)."
"The Marlowe contract is just a download of the JSON file for the Blockly-format contract designed in the [Marlowe Playground](https://play.marlowe.iohk.io/#/)."
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions nfts/pawn/ReadMe.ipynb
Expand Up @@ -9,11 +9,11 @@
"\n",
"Before running a Marlowe contract on `mainnet`, it is wise to do the following in order to avoid losing funds:\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",
"5. Use [Marlowe Playground](https://play.marlowe-finance.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"5. Use [Marlowe Playground](https://play.marlowe.iohk.io/) to flag warnings, perform static analysis, and simulate the contract.\n",
"6. Use [Marlowe CLI\\'s](https://github.com/input-output-hk/marlowe-cardano/blob/main/marlowe-cli/ReadMe.md) `marlowe-cli run analyze` tool to study whether the contract can run on a Cardano network.\n",
"7. Run *all execution paths* of the contract on a [Cardano testnet](https://docs.cardano.org/cardano-testnet/overview).\n",
"\n",
Expand Down Expand Up @@ -239,7 +239,7 @@
"source": [
"## The Marlowe contract\n",
"\n",
"The Marlowe contract is just a download of the JSON file for the Blockly-format contract designed in the [Marlowe Playground](https://play.marlowe-finance.io/#/)."
"The Marlowe contract is just a download of the JSON file for the Blockly-format contract designed in the [Marlowe Playground](https://play.marlowe.iohk.io/#/)."
]
},
{
Expand Down

0 comments on commit 1d7bce4

Please sign in to comment.