From 3d1f341c448f67e06938d8e4c6f355b5966c649c Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 27 Mar 2018 16:41:26 +0200 Subject: [PATCH] Remove accidentally-pasted URL from docs --- .../dev-setup-coding-and-contribution-process/write-code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst b/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst index 1dd24092..a38cf562 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst @@ -95,7 +95,7 @@ We like to test everything, if possible. Unit tests and also integration tests. framework to write Python tests. Read all about it. Most tests are in the ``tests/`` folder. Take a look around. -https://github.com/bigchaindb/bigchaindb/pull/2156 + Running a Local Node for Dev and Test -------------------------------------