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

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon committed Mar 26, 2024
1 parent bc3eab9 commit ccf5a4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ch01-00-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/ch02-00-starknet-tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/ch02-03-scarb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/title-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccf5a4b

Please sign in to comment.