Skip to content

Commit 6fb55e9

Browse files
David Waltermireaj-stein-nist
authored andcommitted
Fixed broken links.
1 parent 63b6e86 commit 6fb55e9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/content/concepts/layer/implementation/component-definition/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ OSCAL is designed to allow capture relevant details related to independent valid
100100

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

103-
- [Creating a Component Definition](/learn/tutorials/simple-component-definition/): Covers creating a basic OSCAL component definition for a software product.
104-
- [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.
103+
- [Creating a Component Definition](/learn/tutorials/implementation/simple-component-definition/): Covers creating a basic OSCAL component definition for a software product.
104+
- [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.
105105

106106
## Content Examples
107107

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ system-security-plan:
625625
- href: https://www.dhs.gov/homeland-security-presidential-directive-12
626626
rel: reference
627627
text: HSPD-12
628-
- href: http://federal-agency.gov/img/official-agency-logo.png
628+
- href: https://federal-agency.gov/img/official-agency-logo.png
629629
rel: logo
630630
media-type: image/png
631631
import-profile: ...

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ The remainder of this tutorial will briefly cover the other optional fields insi
663663

664664
- [`<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.
665665

666-
- [`<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.
666+
- [`<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.
667667
{{% /tab %}}
668668
{{% tab %}}
669669

docs/content/learn/tutorials/implementation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ toc:
1010

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

13-
- [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.
13+
- [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.
1414
- [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 commit comments

Comments
 (0)