From 6233f7b2eb6043980ef882ba6fbec56d24c7170c Mon Sep 17 00:00:00 2001
From: "W. Trevor King" <wking@tremily.us>
Date: Sat, 28 Mar 2015 11:54:10 -0700
Subject: [PATCH] CONTRIBUTING.md: Use a generic reference name for the issues
 link

Downstream lesson maintainers are supposed to adapt this to point at
their repository's issues [1], so use a reference name that works for
both the lesson-template and downstream repositories.  That way they
only have to update the referenced URL and can leave the reference
name alone.

[1]: https://github.com/swcarpentry/lesson-template/issues/195#issuecomment-78310923
---
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3fa1e34..4f19ce3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,7 +23,7 @@ You also agree to abide by our
 3.  When editing lesson pages, you need only commit changes to the Markdown source files.
 
 4.  If you're looking for things to work on,
-    please see [the list of issues for this repository][lesson-template-issues],
+    please see [the list of issues for this repository][issues],
     or for [our other lessons][swc-lessons].
     Comments on issues and reviews of pull requests are equally welcome.
 
@@ -41,7 +41,7 @@ You also agree to abide by our
     Feel free to contact them if you have any questions or languishing pull requests.
 
 [conduct]: CONDUCT.md
-[lesson-template-issues]: https://github.com/swcarpentry/lesson-template/issues
+[issues]: https://github.com/swcarpentry/lesson-template/issues
 [license]: LICENSE.md
 [pro-git-chapter]: http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project
 [swc-lessons]: http://software-carpentry.org/lessons.html
-- 
GitLab