From b9bceb7e3a47a11162a971d0ff59ff4526839d04 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Mon, 14 May 2018 09:57:48 +0200 Subject: [PATCH] Problem: Broken hyperlink in write-code.rst (#2288) Solution: Fix the broken link --- .../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 a38cf562..9a1663df 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 @@ -102,7 +102,7 @@ Running a Local Node for Dev and Test This is tricky and personal. Different people do it different ways. We documented some of those on separate pages: -- `Dev node setup and running all tests with Docker Compose `_ +- `Dev node setup and running all tests with Docker Compose `_ - `Dev node setup and running all tests as processes `_ - More to come?