From 9e3b960194e4970c470416fdd85ad10c7914972e Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Sun, 6 Oct 2019 19:03:26 +0400 Subject: [PATCH] contributing: fix awkward language [ci skip] This is more of an OCD fix than anything, but technically the canonical source tree is not located 'in' the master branch; it *is* the master branch. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4fe757984..c14bb3f80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ $ urbit my-fake-zod ### Contributing -The canonical source tree is located in the `master` branch at +The canonical source tree is the `master` branch of [https://github.com/urbit/urbit][repo]. You should typically branch off of `master` when commencing new work; similarly, when we pull in your contribution, we'll do so by merging it to `master`.