From ccf5a4b06c304c1e0a31134375ec2e9bebc465ca Mon Sep 17 00:00:00 2001 From: gianalarcon Date: Wed, 27 Mar 2024 06:30:05 +0800 Subject: [PATCH] Fix broken link --- src/ch01-00-getting-started.md | 2 +- src/ch02-00-starknet-tooling.md | 2 +- src/ch02-03-scarb.md | 2 +- src/title-page.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ch01-00-getting-started.md b/src/ch01-00-getting-started.md index afa19ae8c..7530fc87a 100644 --- a/src/ch01-00-getting-started.md +++ b/src/ch01-00-getting-started.md @@ -336,4 +336,4 @@ Decide your direction from the following choices: 1. **Deepen Your Starknet Knowledge**: For an extensive grasp of Starknet's inner workings and potential use cases, delve into Chapter 3 of the Starknet Book. This chapter details Starknet’s architectural nuances. Then go ahead from there. -2. **Dive into Cairo**: If you're more attuned to coding and wish to craft Starknet contracts, then Cairo is essential. It stands as Starknet's core contract language. Begin with Chapters 1-6 of the [Cairo Book](https://book.cairo-lang.org/title-page.html), ranging from basics in _Getting Started_ to more advanced aspects such as _Enums and Pattern Matching_. Conclude by navigating to the [Starknet Smart Contracts chapter](https://book.cairo-lang.org/ch12-00-introduction-to-starknet-smart-contracts.html), ensuring you have a well-rounded understanding. +2. **Dive into Cairo**: If you're more attuned to coding and wish to craft Starknet contracts, then Cairo is essential. It stands as Starknet's core contract language. Begin with Chapters 1-6 of the [Cairo Book](https://book.cairo-lang.org/title-page.html), ranging from basics in _Getting Started_ to more advanced aspects such as _Enums and Pattern Matching_. Conclude by navigating to the [Starknet Smart Contracts chapter](https://book.cairo-lang.org/ch13-00-introduction-to-starknet-smart-contracts.html), ensuring you have a well-rounded understanding. diff --git a/src/ch02-00-starknet-tooling.md b/src/ch02-00-starknet-tooling.md index 342df1c2f..219939ea3 100644 --- a/src/ch02-00-starknet-tooling.md +++ b/src/ch02-00-starknet-tooling.md @@ -5,7 +5,7 @@ language is advised. We suggest reading chapters 1-6 of the [Cairo Book](https://book.cairo-lang.org/title-page.html), covering topics from _Getting Started_ to _Enums and Pattern Matching._ Follow this by studying the [Starknet Smart Contracts -chapter](https://book.cairo-lang.org/ch12-00-introduction-to-starknet-smart-contracts.html) +chapter](https://book.cairo-lang.org/ch13-00-introduction-to-starknet-smart-contracts.html) in the same book. With this background, you’ll be well-equipped to understand the examples presented here. diff --git a/src/ch02-03-scarb.md b/src/ch02-03-scarb.md index 345e1a1e1..9ce9dcea5 100644 --- a/src/ch02-03-scarb.md +++ b/src/ch02-03-scarb.md @@ -5,7 +5,7 @@ language is advised. We suggest reading chapters 1-6 of the [Cairo Book](https://book.cairo-lang.org/title-page.html), covering topics from _Getting Started_ to _Enums and Pattern Matching._ Follow this by studying the [Starknet Smart Contracts -chapter](https://book.cairo-lang.org/ch12-00-introduction-to-starknet-smart-contracts.html) +chapter](https://book.cairo-lang.org/ch13-00-introduction-to-starknet-smart-contracts.html) in the same book. With this background, you’ll be well-equipped to understand the examples presented here. diff --git a/src/title-page.md b/src/title-page.md index ccc20f227..94e1359d5 100644 --- a/src/title-page.md +++ b/src/title-page.md @@ -45,7 +45,7 @@ various objectives: - If you’re an **experienced developer** looking to quickly dive into writing scalable and decentralized smart contracts, focus on the Cairo Book, particularly **chapter 12: Starknet Smart Contracts** - ([link](https://book.cairo-lang.org/ch12-00-introduction-to-starknet-smart-contracts.html)). + ([link](https://book.cairo-lang.org/ch13-00-introduction-to-starknet-smart-contracts.html)). - If you’re a **frontend developer** wanting to integrate Starknet with a React frontend using Javascript, prioritize the