Skip to content

Commit

Permalink
📃 #25 fix the code concepts link (#27)
Browse files Browse the repository at this point in the history
📃 Fix broken hyperlink in the Getting Started section (#26)

This pull request addresses the issue of a broken hyperlink in the "Getting Started" section of the readme.md file. The existing hyperlink reference to the "Core Concepts" section was incorrect and did not navigate to the intended location. I have fixed the hyperlink by replacing it with the correct anchor link that matches the heading in the "Core Concepts" section.

Changes made:

Replaced the broken hyperlink reference with the correct anchor link to the "Core Concepts" section.
Ensured that the anchor link matches the heading in the "Core Concepts" section.
Please review this pull request and consider merging it into the main branch. Thank you for your attention and consideration.

Related issue: [#25 ]

Co-authored-by: HARSH SRIVASTAV <96014384+Hasrivastav@users.noreply.github.com>
  • Loading branch information
rabisnaqvi and Hasrivastav committed May 26, 2023
1 parent 62b3150 commit 0524c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Or use a CDN:
# Getting Started

After making sure that Astral.js is available in modules, we can start looking into how we can actually use it. But before we dive into the code, it’s a good measure to take a look at the [Core Concepts](#core_concepts) section of the documentation if you haven’t done already or are not up to date with the recent updates in the features. Once you are confident about your knowledge of the core concepts, we can dive into the practical usage of Astral.js.
After making sure that Astral.js is available in modules, we can start looking into how we can actually use it. But before we dive into the code, it’s a good measure to take a look at the [Core Concepts](#core-concepts) section of the documentation if you haven’t done already or are not up to date with the recent updates in the features. Once you are confident about your knowledge of the core concepts, we can dive into the practical usage of Astral.js.

Here we are going to divide the usage into 3 different sections, covering the use of the Event, Context, and Layout functionalities respectively.

Expand Down

0 comments on commit 0524c63

Please sign in to comment.