Skip to content

Commit 64ea699

Browse files
authored
Fix broken links in 01-plutus.mdx -
1 parent a47264c commit 64ea699

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

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)