Skip to content

Commit

Permalink
Fix link to sui-types subdirectory in Install Sui (MystenLabs#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored May 17, 2022
1 parent 8dee75b commit 6a5c379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/build/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can start exploring Sui's source code by looking into the following primary
* [sui](https://github.com/MystenLabs/sui/tree/main/sui) - the Sui binaries (`wallet`, `sui-move`, and more)
* [sui_programmability](https://github.com/MystenLabs/sui/tree/main/sui_programmability) - Sui's Move language integration also including games and other Move code examples for testing and reuse
* [sui_core](https://github.com/MystenLabs/sui/tree/main/sui_core) - authority server and Sui Gateway
* [sui_types](https://github.com/MystenLabs/sui/tree/main/sui_types) - coins, gas, and other object types
* [sui-types](https://github.com/MystenLabs/sui/tree/main/crates/sui-types) - coins, gas, and other object types
* [explorer](https://github.com/MystenLabs/sui/tree/main/explorer) - object explorer for the Sui network
* [sui-network](https://github.com/MystenLabs/sui/tree/main/crates/sui-network) - networking interfaces

Expand Down

0 comments on commit 6a5c379

Please sign in to comment.