Skip to content

Commit e789a3d

Browse files
authored
Merge pull request #719 from input-output-hk/olgahryniuk-patch-917203
Fix broken links in 01-plutus.mdx
2 parents a47264c + fff8d1a commit e789a3d

File tree

4 files changed

+16
-25
lines changed

4 files changed

+16
-25
lines changed

docs/about-cardano/03-learn/04-delegation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ addresses using a
4242
[staking key](https://github.com/input-output-hk/cardano-rosetta/tree/master/examples#staking-key-registration-and-delegation)
4343
before posting the registration certificate for that key. Note that the stake
4444
address can be based either on a single key or on a script such as
45-
[multi-sig](https://developers.cardano.org/docs/get-started/cardano-cli/simple-scripts/#multi-signature-scripts).
45+
multi-sig.
4646

4747
## Delegation scheme
4848

docs/cardano-testnets/02-getting-started.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ technical expertise, and personal preferences.
3636

3737
For more information on the various options, see:
3838

39-
- [Installing the node](https://developers.cardano.org/docs/get-started/cardano-node/installing-cardano-node)
4039
- [Cardano course: building the node](https://cardano-course.gitbook.io/cardano-course/handbook/module-1-build-and-run-the-node/building-the-node).
4140

4241
## Configurations
@@ -56,7 +55,6 @@ than Plutus V1 scripts. Plutus V1 scripts, however, are still supported.
5655

5756
For more details, see:
5857

59-
- [Running the node](https://developers.cardano.org/docs/get-started/cardano-node/running-cardano)
6058
- [Cardano course: running the node and connecting to a network](https://cardano-course.gitbook.io/cardano-course/handbook/module-1-build-and-run-the-node/running-the-node-and-connecting-to-a-network).
6159

6260
## Working with the Cardano testnets

docs/developer-resources/03-transaction-tutorials/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ In this section, you will find tutorials on how to create:
4949
- [Building and signing transactions](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/reference/building-and-signing-tx.md)
5050
- [Diagnosing transaction problems and troubleshooting](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/reference/diagnosing-transactions.md)
5151
- [Transaction metadata](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/reference/tx-metadata.md)
52-
- [Simple scripts](https://developers.cardano.org/docs/get-started/cardano-cli/simple-scripts/)
53-
- [Native assets](https://developers.cardano.org/docs/get-started/cardano-cli/native-assets/)
52+
- [Simple transactions](https://developers.cardano.org/docs/get-started/create-simple-transaction/)
53+
- [Native assets](https://developers.cardano.org/docs/native-tokens/)
5454
- [Cardano governance update proposals](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/reference/cardano-governance.md)
5555
- [Creating Cardano testnets](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/reference/create-cardano.md)
5656

docs/developer-resources/05-smart-contracts/01-plutus.mdx

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ sidebar_position: 1
88

99
To start developing with Plutus, see:
1010

11-
- [Plutus Core documentation](https://plutus.readthedocs.io/en/latest/index.html)
12-
- [Developer portal Plutus overview](https://developers.cardano.org/docs/smart-contracts/plutus)
11+
- [Plutus Core documentation](https://plutus.cardano.intersectmbo.org/docs/)
12+
- [Developer portal Plinth overview](https://developers.cardano.org/docs/smart-contracts/plinth)
1313
- 'Plutus resources' below for more details.
1414

1515
:::
@@ -144,39 +144,32 @@ explanations, tutorials, how-to guides, etc.
144144
**Documentation**:
145145

146146
- [Plutus Core and Plutus Tx user guide](https://plutus.readthedocs.io/en/latest/):
147-
introduces the Plutus Core programming language and programming with Plutus
148-
Tx. Documentation includes explanations, tutorials, how-to instructions,
147+
introduces the Plutus Core programming language and programming with Plinth. Documentation includes explanations, tutorials, how-to instructions,
149148
troubleshooting, and reference information:
150149

151-
- [explanations](https://plutus.readthedocs.io/en/latest/explanations/index.html)
152-
- [tutorials](https://plutus.readthedocs.io/en/latest/tutorials/index.html)
153-
- [how-to guides](https://plutus.readthedocs.io/en/latest/howtos/index.html)
154-
- [troubleshooting](https://plutus.readthedocs.io/en/latest/troubleshooting.html)
155-
- [reference](https://plutus.readthedocs.io/en/latest/reference/index.html)
156-
157150
- [Video presentation on the Plutus Platform](https://www.youtube.com/watch?v=usMPt8KpBeI&feature=youtu.be):
158151
in this session from the 2020 Cardano Summit, Michael Peyton-Jones walks us
159152
through working with Plutus, while Jann Müller then takes us through the
160153
Plutus Application Platform, where assets can be built and launched. He also
161154
demonstrates how tokens can be transferred using a smart contract.
162155

163-
## Plutus Pioneer Program
156+
## Plutus Pioneer program
164157

165-
- [Plutus Pioneer Program](https://github.com/input-output-hk/plutus-pioneer-program#readme):
158+
- [Plutus Pioneer program](https://github.com/input-output-hk/plutus-pioneer-program#readme):
166159
includes lectures, examples, and exercises
167-
- [Plutus Pioneer Program notes and documentation](https://plutus-pioneer-program.readthedocs.io/en/latest/)
160+
- [Plutus Pioneer program notes and documentation](https://plutus-pioneer-program.readthedocs.io/en/latest/)
168161
- ['plutus-pioneer-program' questions on Cardano Stack Exchange](https://cardano.stackexchange.com/questions/tagged/plutus-pioneer-program)
169162
- [Plutus Pioneer Discord](https://discord.com/channels/826816523368005654/826836848520200233)
170163

171164
**Plutus Pioneer community notes**:
172165

173-
- [How to prepare for the Plutus Pioneer Program](https://www.essentialcardano.io/article/how-to-prepare-for-the-plutus-pioneer-program)
174-
- [Essential Resources and Documentation for the Plutus Pioneer Program](https://www.essentialcardano.io/article/essential-resources-and-documentation-for-the-plutus-pioneer-program)
175-
- [Plutus Pioneer Program Part 1: Understanding the eUTXO Model and Coding the first Smart Contract](https://www.essentialcardano.io/article/plutus-pioneer-program-part-1-understanding-the-eutxo-model-and-coding-the-first-smart-contract)
176-
- [Plutus Pioneer Program - Part 2: How to deploy a Smart Contract in Cardano](https://www.essentialcardano.io/article/plutus-pioneer-program-part-2-how-to-deploy-a-smart-contract-in-cardano)
177-
- [Plutus Pioneer Program - Part 3: How to Mint and Burn Tokens and NFTs in Cardano](https://www.essentialcardano.io/article/plutus-pioneer-program-part-3-how-to-mint-and-burn-tokens-and-nfts-in-cardano)
178-
- [Plutus Pioneer Program - Part 4: State Machine with Plutus (1/2)](https://www.essentialcardano.io/article/plutus-pioneer-program-part-4-state-machine-with-plutus-12)
179-
- [Plutus Pioneer Program - Part 5: State Machine with Plutus (2/2)](https://www.essentialcardano.io/article/plutus-pioneer-program-part-5-state-machine-with-plutus-22)
166+
- [How to prepare for the Plutus Pioneer program](https://www.essentialcardano.io/article/how-to-prepare-for-the-plutus-pioneer-program)
167+
- [Essential resources and documentation for the Plutus Pioneer program](https://www.essentialcardano.io/article/essential-resources-and-documentation-for-the-plutus-pioneer-program)
168+
- [Plutus Pioneer program part 1: understanding the EUTXO model and coding the first smart contract](https://www.essentialcardano.io/article/plutus-pioneer-program-part-1-understanding-the-eutxo-model-and-coding-the-first-smart-contract)
169+
- [Plutus Pioneer program - part 2: how to 'deploy' a smart contract on Cardano](https://www.essentialcardano.io/article/plutus-pioneer-program-part-2-how-to-deploy-a-smart-contract-in-cardano)
170+
- [Plutus Pioneer program - part 3: how to mint and burn tokens and NFTs on Cardano](https://www.essentialcardano.io/article/plutus-pioneer-program-part-3-how-to-mint-and-burn-tokens-and-nfts-in-cardano)
171+
- [Plutus Pioneer program - part 4: state machine with Plutus (1/2)](https://www.essentialcardano.io/article/plutus-pioneer-program-part-4-state-machine-with-plutus-12)
172+
- [Plutus Pioneer program - part 5: state machine with Plutus (2/2)](https://www.essentialcardano.io/article/plutus-pioneer-program-part-5-state-machine-with-plutus-22)
180173

181174
## Plutus community resources
182175

0 commit comments

Comments
 (0)