Skip to content

Commit

Permalink
fix ATT&CK website links
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonrobbins committed Feb 16, 2024
1 parent be7bc13 commit bc9ad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings_explorer/templates/technique.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{%-markdown-%}
{{technique.description}}
{%-endmarkdown-%}
<a href="https://attack.mitre.org/versions/v{{attack_version.split('.')[0]}}/techniques/{{technique.id}}" target="_blank" rel="noopener noreferrer"">
<a href="https://attack.mitre.org/versions/v{{attack_version.split('.')[0]}}/techniques/{{technique.id.replace(".","/")}}" target="_blank" rel="noopener noreferrer"">
View in MITRE ATT&CK®
</a>
</div>
Expand Down

0 comments on commit bc9ad42

Please sign in to comment.