Skip to content

Commit

Permalink
Small edit: Connect G214 and F97 as related techniques (#3817)
Browse files Browse the repository at this point in the history
- G214: Fix broken link for F97 related technique
- F97: Add a 'Related Techniques' section
- F97: Add link to technique G214 within the new 'Related Techniques'
section

Fixes the following GitHub issue: 
- #3792
  • Loading branch information
dav-idc committed Jun 12, 2024
1 parent 7f4cb89 commit 8a6a8f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions techniques/failures/F97.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@ <h3>Expected Results</h3>
</ul>
</section>
</section>
<section id="related">
<h2>Related Techniques</h2>
<ul>
<li><a href="../general/G214">G214</a></li>
</ul>
</section>
</body>
</html>
2 changes: 1 addition & 1 deletion techniques/general/G214.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h3>Expected Results</h3>
<section id="related">
<h2>Related Techniques</h2>
<ul>
<li><a href="../general/F97">F97</a></li>
<li><a href="../failures/F97">F97</a></li>
</ul>
</section>
</body>
Expand Down

0 comments on commit 8a6a8f2

Please sign in to comment.