Skip to content

Commit

Permalink
fix incorrect link (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend authored Jul 3, 2024
1 parent da5b1fd commit 8f9e0e0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: Install and deploy a smart contract with code
hide_table_of_contents: true
draft: true
---

<head>
Expand All @@ -25,7 +23,7 @@ Before you begin, ensure you have the following installed:

1. [Rust](https://www.rust-lang.org/) and Cargo (for compiling smart contracts)
2. [Node.js](https://nodejs.org/en) and npm (for running JavaScript deployment scripts)
3. [Soroban CLI](../../getting-started/setup.mdx#install-the-soroban-cli)
3. [Soroban CLI](../../smart-contracts/getting-started/setup.mdx#install-the-soroban-cli)

# Initialize a sample Rust Contract

Expand Down

0 comments on commit 8f9e0e0

Please sign in to comment.