Skip to content

Commit

Permalink
Fix Stater Kit Codespace link
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Eckardt <[email protected]>
  • Loading branch information
martineckardt authored Feb 1, 2025
1 parent 16f3296 commit ad1a698
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions content/common/avalanche-starter-kit/set-up.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ In this course we will run the Avalanche Starter Kit in a hosted environment on
<Steps>
<Step>

### Open the Avalanche Starter Kit Github Repository:
### Set Up Avalanche Starter Kit:

### Create a Codespace
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=master&repo=769886086&machine=standardLinux32gb)

The Codespace will open in a new tab. Wait a few minutes until it's fully built. Alternatively, you can also clone the repo:

<Link
href="https://github.com/ava-labs/avalanche-starter-kit"
Expand All @@ -19,12 +24,6 @@ In this course we will run the Avalanche Starter Kit in a hosted environment on
)}
target='_blank'
>Open Avalanche Starter Kit</Link>
</Step>
<Step>

### Create a Codespace
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=master&repo=310064032&machine=standardLinux32gb)
The Codespace will open in a new tab. Wait a few minutes until it's fully built.

</Step>
<Step>
Expand Down Expand Up @@ -72,4 +71,4 @@ You can switch any time from the browser IDE to Visual Studio Code:
The first time you switch, you will be asked to install the [Codespaces extension](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces) and connect VS Code to you GitHub account, if it is not already connceted.

</Step>
</Steps>
</Steps>

0 comments on commit ad1a698

Please sign in to comment.