From 00589e24ea9d7186d0991d1d86cf357e1939e15a Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Fri, 18 Mar 2022 09:26:40 -0700 Subject: [PATCH] Update index.md (#924) * Update index.md Making all links relative (up and back into same directory) to bypass issues in our portal * Update index.md Adding intro line to Contribute index page --- doc/src/contribute/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/contribute/index.md b/doc/src/contribute/index.md index 0b30f38c3f96e..a7aa36f67844f 100644 --- a/doc/src/contribute/index.md +++ b/doc/src/contribute/index.md @@ -2,7 +2,7 @@ title: Contributing to Sui --- -To contribute, ensure you have the latest version of the codebase. To clone the repository, run the following: +Now that you understand Sui, consider helping the project. To contribute to Sui, ensure you have the latest version of the codebase. To clone the repository, run the following: ```bash git clone https://github.com/mystenlabs/sui.git cd sui @@ -26,6 +26,6 @@ To submit your pull request: * Learn [about Mysten Labs](https://mystenlabs.com/) the company on our public site. * Read the [Sui Smart Contract Platform](../../paper/sui.pdf) white paper. -* Implementing [logging](observability.md) in Sui to observe the behavior of your development. -* Find related [research papers](research-papers.md). -* See and adhere to our [code of conduct](code-of-conduct.md). +* Implementing [logging](../contribute/observability.md) in Sui to observe the behavior of your development. +* Find related [research papers](../contribute/research-papers.md). +* See and adhere to our [code of conduct](../contribute/code-of-conduct.md).