Skip to content

Commit

Permalink
Update index.md (MystenLabs#924)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Clay-Mysten authored Mar 18, 2022
1 parent 913448c commit 00589e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/src/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

0 comments on commit 00589e2

Please sign in to comment.