Skip to content

Commit

Permalink
Fix Style Guide References (#335)
Browse files Browse the repository at this point in the history
It's not in the same directory as the template/example it's up
one.

Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
  • Loading branch information
kingthorin authored Feb 24, 2020
1 parent 1cd6f17 commit 16b2632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/999.2_Template_Explanation_WSTG-FOO-002.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ The first line of the document is a title at level H1.

## Summary

Fully describe the reason for the test. Name specific vulnerabilities. Give the background information necessary for a reader with basic technical expertise. Explain terminology and abbreviations. See the [style guide](style_guide.md) for more.
Fully describe the reason for the test. Name specific vulnerabilities. Give the background information necessary for a reader with basic technical expertise. Explain terminology and abbreviations. See the [style guide](../style_guide.md) for more.

## Test Objectives

Use an [active voice](style_guide.md#active-voice) to describe the goal of the test.
Use an [active voice](../style_guide.md#active-voice) to describe the goal of the test.

## How to Test

Expand Down

0 comments on commit 16b2632

Please sign in to comment.