Skip to content

Commit

Permalink
fix hyperlinks (MystenLabs#7985)
Browse files Browse the repository at this point in the history
Fix hyperlinks on the "Install Sui" page

Co-authored-by: Szymon Wolny <Szymon.Wolny@itechart-group.com>
  • Loading branch information
szymcio32 and Szymon Wolny authored Feb 1, 2023
1 parent dd77054 commit 9ca7bd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/src/build/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Before you install Sui, you need to install some prerequisite tools and configur
The steps to install Sui include:

1. Install [prerequisites](#prerequisites) for your operating system.
1. Install the [Sui binaries](#install-sui-binaries).
1. Install the [Sui binaries](#install-or-update-sui-binaries).
1. Configure an [Integrated Development Environment (IDE)](#integrated-development-environment).
1. Request [SUI tokens](#sui-tokens) to evaluate Devnet and Sui Wallet.
1. Optionally, download the [source code](#source-code) to have local
Expand Down Expand Up @@ -143,7 +143,7 @@ Use the following command to install `libclang-dev`:
sudo apt-get install libclang-dev
```

Proceed to [Install Sui binaries](#install-sui-binaries) to continue installing Sui.
Proceed to [Install Sui binaries](#install-or-update-sui-binaries) to continue installing Sui.


## macOS prerequisites
Expand Down Expand Up @@ -180,7 +180,7 @@ brew install git

After installing Git, download and install the [Git command line interface](https://git-scm.com/download/).

Proceed to [Install Sui binaries](#install-sui-binaries) to continue installing Sui.
Proceed to [Install Sui binaries](#install-or-update-sui-binaries) to continue installing Sui.

## Windows prerequisites

Expand Down

0 comments on commit 9ca7bd8

Please sign in to comment.