Skip to content

Commit 63b6e86

Browse files
David Waltermireaj-stein-nist
authored andcommitted
Fixing broken links
1 parent b4f0485 commit 63b6e86

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/content/concepts/layer/control/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ toc:
1111
aliases:
1212
- /documentation/schema/catalog-layer/
1313
- /documentation/schema/profile-layer/
14+
- /concepts/layer/control/mapping
1415
---
1516

1617
The OSCAL control layer consists of the following models.
@@ -23,6 +24,10 @@ It is important to note that the OSCAL catalog model is not a catalog document f
2324

2425
Controls must also be encoded in a standard machine-readable form. The OSCAL model gives the designers of catalogs great flexibility in the details of how controls are defined, with their constituent parts. This is described further in a page providing a high-level introductory walkthrough of an [Annotated Example](catalog/sp800-53rev5-example) of a control, as defined by NIST SP 800-53 Revision 5.
2526

27+
## Mapping Model
28+
29+
The **[Mapping Model](mapping/)** provides a means to represent control mappings between two catalogs using a structured, machine-readable representation. The OSCAL mapping model can be represented in XML, JSON, and YAML formats.
30+
2631
## Profile Model
2732

2833
The **[Profile Model](profile/)** provides a structured, machine-readable representation of a **[baseline](../../terminology/#baseline)**. As the starting point for defining an organization's security mission and security posture, a baseline must be defined by any organization undertaking a risk-based security program or security assessment, typically by selecting and adapting controls from an authoritative catalog of controls, or from another baseline that has already been defined and described.

docs/content/learn/tutorials/general/extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ Line 11 demonstrates the use of `<link>` to point to the organization's official
595595
"text": "HSPD-12"
596596
},
597597
{
598-
"href": "http://federal-agency.gov/img/official-agency-logo.png",
598+
"href": "https://federal-agency.gov/img/official-agency-logo.png",
599599
"rel": "logo",
600600
"media-type": "image/png"
601601
}

0 commit comments

Comments
 (0)