From 11169584311ce12aac78ed44785f8a8b3bd61d0c Mon Sep 17 00:00:00 2001 From: Brian Beyer Date: Tue, 12 Jun 2018 08:58:22 -0600 Subject: [PATCH] follow Github naming convention --- atomic_red_team/atomic_red_team.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomic_red_team/atomic_red_team.rb b/atomic_red_team/atomic_red_team.rb index 2fcc62be..e362d31b 100755 --- a/atomic_red_team/atomic_red_team.rb +++ b/atomic_red_team/atomic_red_team.rb @@ -57,7 +57,7 @@ class AtomicRedTeam "[#{link_display}](./#{technique_identifier}/#{technique_identifier}.md)" else # we don't have a file for this technique, so link to an edit page - "[#{link_display}](#{ROOT_GITHUB_URL}/blob/uppercase-everything/CONTRIBUTIONS.md)" + "[#{link_display}](#{ROOT_GITHUB_URL}/blob/uppercase-everything/CONTRIBUTING.md)" end end