From 43b2aa5b8984362bbcbdb631c00a4f52d8be3731 Mon Sep 17 00:00:00 2001 From: Keith McCammon Date: Mon, 6 May 2019 09:49:55 -0600 Subject: [PATCH] Fix repository URLs (#497) * Fix repository URLs * Use Jeykll namespace for URLs --- docs/contributing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index ff2ff1cf..bdeaf6d5 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -43,7 +43,7 @@ so you can get to work. bin/new-atomic.rb T1234 ``` -> Don't have Ruby? Use the Atomic Test template [here](./atomic_red_team/atomic_test_template.yaml) as a starting point for your new test. +> Don't have Ruby? Use the Atomic Test template [here]({{ site.github.repository_url }}/blob/master/atomic_red_team/atomic_test_template.yaml) as a starting point for your new test. Fill in the TODOs with the information for your test. See the [Atomic Test structure](#atomic-test-structure) section below. @@ -70,7 +70,8 @@ instructions to create a new Pull Request. ## Atomic Test structure This spec describes the format of Atomic Red Team atomic tests that are defined in YAML format. -The Atomic YAML schema is specified in the [Atomic Red Team YAML Spec](../atomic_red_team/spec.yaml). See that +The Atomic YAML schema is specified in the [Atomic Red Team YAML Spec]({{ +site.github.repository_url }}/blob/master/atomic_red_team/spec.yaml). See that file for complete details about what each field means and a list of possible values. The source of truth for a test is the YAML file - the associated human readable Markdown file is automatically