From 7c198d16dcd3d921fb928d3fb27992b408296a5b Mon Sep 17 00:00:00 2001 From: Jared Ondricek <90368810+jondricek@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:04:49 -0600 Subject: [PATCH] Fix link to ATT&CK Data Model Specification Updated link to the ATT&CK Data Model Specification for accuracy. --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 35c791e216..8b27fc906e 100644 --- a/USAGE.md +++ b/USAGE.md @@ -5,7 +5,7 @@ > > We have unified our STIX 2.0 and STIX 2.1 representations into a single specification. > For the most up-to-date information about the structure and format of our published STIX files, -> see the [ATT&CK Data Model Specification](https://mitre-attack.github.io/attack-data-model/schemas/changelog-schema). +> see the [ATT&CK Data Model Specification](https://mitre-attack.github.io/attack-data-model/schemas/). > > This document focuses on practical usage examples and Python recipes for working with ATT&CK data. For detailed information about object types, fields, and relationships, please refer to the specification linked above.