Skip to content

Commit

Permalink
Fixed broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire authored and aj-stein-nist committed Jul 10, 2023
1 parent 63b6e86 commit 6fb55e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ OSCAL is designed to allow capture relevant details related to independent valid

The following tutorials are provided that are related to the component definition model.

- [Creating a Component Definition](/learn/tutorials/simple-component-definition/): Covers creating a basic OSCAL component definition for a software product.
- [Representing Test Validation Information](/learn/tutorials/validation-modeling/): Explains how to represent test validation information (e.g., FIPS-140-2) for a component in an OSCAL component definition.
- [Creating a Component Definition](/learn/tutorials/implementation/simple-component-definition/): Covers creating a basic OSCAL component definition for a software product.
- [Representing Test Validation Information](/learn/tutorials/implementation/validation-modeling/): Explains how to represent test validation information (e.g., FIPS-140-2) for a component in an OSCAL component definition.

## Content Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/content/learn/tutorials/general/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ system-security-plan:
- href: https://www.dhs.gov/homeland-security-presidential-directive-12
rel: reference
text: HSPD-12
- href: http://federal-agency.gov/img/official-agency-logo.png
- href: https://federal-agency.gov/img/official-agency-logo.png
rel: logo
media-type: image/png
import-profile: ...
Expand Down
2 changes: 1 addition & 1 deletion docs/content/learn/tutorials/general/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ The remainder of this tutorial will briefly cover the other optional fields insi

- [`<responsible-party>`](/reference/latest/catalog/xml-reference/#/catalog/metadata/responsible-party) - Explicitly declares a party that is responsible for a given role relative to the document. The `@role-id` attribute references the role that the party is fulfilling, and is either a custom role locally defined or one of the core-defined roles; see the `<role>` section above for details. Uses a party's uuid to link the given role to the given party.

- [`<remarks>`]((/reference/latest/catalog/xml-reference/#/catalog/metadata/remarks)) - [markup-multiline](/reference/datatypes/#markup-data-types) formatted text providing notes and comments regarding the document.
- [`<remarks>`](/reference/latest/catalog/xml-reference/#/catalog/metadata/remarks) - [markup-multiline](/reference/datatypes/#markup-data-types) formatted text providing notes and comments regarding the document.
{{% /tab %}}
{{% tab %}}

Expand Down
2 changes: 1 addition & 1 deletion docs/content/learn/tutorials/implementation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ toc:

The following tutorial covers topics that apply to the OSCAL [implementation layer](/concepts/layer/implementation/) models.

- [Creating a Basic Component Definition](basic-component-definition/): Teaches how to create a component-definition using the OSCAL [component definition](/concepts/layer/implementation/component-definition/) model.
- [Creating a Basic Component Definition](simple-component-definition/): Teaches how to create a component-definition using the OSCAL [component definition](/concepts/layer/implementation/component-definition/) model.
- [Representing test validation information](validation-modeling/): Describes how to represent test validation information (e.g., FIPS-140-2) using a component in an OSCAL [component definition](/concepts/layer/implementation/component-definition/) or [system security plan](/concepts/layer/implementation/ssp/).

0 comments on commit 6fb55e9

Please sign in to comment.