From 55fafef5773014cc6bf97549522d0d15823c50f7 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 3 Apr 2018 12:17:11 +0200 Subject: [PATCH] Problem: There were more broken links to CONTRIBUTING.md (#2172) Solution: Fix those links by linking directly to the new 'Contributing to BigchainDB' docs --- docs/server/source/dev-and-test/index.rst | 4 ++-- docs/server/source/introduction.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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).