Skip to content

Commit

Permalink
fix: add extensions to files
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Oct 25, 2024
1 parent a2f4694 commit 546b65a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pages/developers/cli/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Quickstart
## Pre-requisites

- [git](https://git-scm.org)
- Tangle CLI, see [installation](./installation)
- Tangle CLI, see [installation](./installation.mdx)

## Creating a New Project

Expand Down Expand Up @@ -45,4 +45,4 @@ export EVM_SIGNER="0xcb6df9de1efca7a3998a8ead4e02159d5fa99c3e0d4fd6432667390bb47
cargo tangle blueprint deploy
```

See [deploy command reference](./reference#deploy) for all options.
See [deploy command reference](./reference.mdx#deploy) for all options.
6 changes: 3 additions & 3 deletions pages/developers/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Before you begin, ensure you have the following installed:
- [Rust](https://www.rust-lang.org/tools/install)
- [Forge](https://getfoundry.sh)
- [Tangle](https://github.com/tangle-network/tangle?tab=readme-ov-file#-getting-started-)
- [`cargo-tangle`](./cli/installation) CLI tool
- [`cargo-tangle`](./cli/installation.mdx) CLI tool

## Creating my First Blueprint

See the [CLI Quickstart](./cli/quickstart) for instructions on creating a [blueprint](./blueprints).
See the [CLI Quickstart](./cli/quickstart.mdx) for instructions on creating a [blueprint](./blueprints.mdx).

### Key Files

Expand Down Expand Up @@ -121,7 +121,7 @@ This command compiles your Rust code and checks for any errors.

### Deploying Your Blueprint

See [deploying your blueprint](./cli/quickstart#deploying-your-blueprint).
See [deploying your blueprint](./cli/quickstart.mdx#deploying-your-blueprint).

## Next Steps

Expand Down

0 comments on commit 546b65a

Please sign in to comment.