From f6bbd37d13fafb2b88c0ff0c5db10ab20171d23e Mon Sep 17 00:00:00 2001 From: Adam Mashinchi <78813159+amashinchi-rc@users.noreply.github.com> Date: Tue, 18 Jan 2022 13:56:42 -0800 Subject: [PATCH] Update atomic_red_team.rb (#1729) Update 'contributing' url. --- 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 f7b63964..86ee267a 100755 --- a/atomic_red_team/atomic_red_team.rb +++ b/atomic_red_team/atomic_red_team.rb @@ -60,7 +60,7 @@ class AtomicRedTeam "[#{link_display}](../../#{technique_identifier}/#{technique_identifier}.md)" else # we don't have a file for this technique, or there are not tests for the given platform, so link to an edit page - "#{link_display} [CONTRIBUTE A TEST](https://atomicredteam.io/contributing)" + "#{link_display} [CONTRIBUTE A TEST](https://github.com/redcanaryco/atomic-red-team/wiki/Contributing)" end end