From 0c89aa2b3e8cb097e360fb8b7a22d2696209add3 Mon Sep 17 00:00:00 2001 From: benjamin wil Date: Sat, 13 Feb 2021 08:50:27 -0800 Subject: [PATCH] Update reference to test git bare repositories (#1662) The CONTRIBUTING document referenced a file that has since been moved. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f372154..ea24afd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ An example of how to add a test file to the bare repository lotr.git. ``` mkdir tmp cd tmp -git clone ../lotr.git/ +git clone ../test/examples/lotr.git/ git log echo "test" > test.md git add .