diff --git a/docs/server/source/dev-and-test/index.rst b/docs/server/source/dev-and-test/index.rst index f4b4bbec..dc3bbcd3 100644 --- a/docs/server/source/dev-and-test/index.rst +++ b/docs/server/source/dev-and-test/index.rst @@ -2,5 +2,5 @@ Develop & Test BigchainDB Server ================================ If you'd like to help develop and test *BigchainDB Server*, -then `see the CONTRIBUTING.md file -`_. \ No newline at end of file +then see `the section about that in the docs about contributing to BigchainDB +`_. diff --git a/docs/server/source/introduction.md b/docs/server/source/introduction.md index 46a68997..24905040 100644 --- a/docs/server/source/introduction.md +++ b/docs/server/source/introduction.md @@ -16,10 +16,10 @@ Note that there are a few kinds of nodes: ## Setup Instructions for Various Cases * [Quickstart](quickstart.html) -* [Set up a local BigchainDB node for development, experimenting and testing](dev-and-test/index.html) +* [Set up a local BigchainDB node for development, experimenting and testing](https://docs.bigchaindb.com/projects/contributing/en/latest/dev-setup-coding-and-contribution-process/index.html) * [Set up and run a BigchainDB cluster](clusters.html) ## Can I Help? -Yes! BigchainDB is an open-source project; we welcome contributions of all kinds. If you want to request a feature, file a bug report, make a pull request, or help in some other way, please see [the CONTRIBUTING.md file](https://github.com/bigchaindb/bigchaindb/blob/master/CONTRIBUTING.md). +Yes! BigchainDB is an open-source project; we welcome contributions of all kinds. If you want to request a feature, file a bug report, make a pull request, or help in some other way, please see the docs about [Contributing to BigchainDB](https://docs.bigchaindb.com/projects/contributing/en/latest/index.html).