Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit c5c7ba1

Browse files
author
Sean
authored
Merge pull request #508 from GSA/ss_fix-schema-link
Fixed metadata link. Updated snapshot
2 parents c3ae8f2 + fd46d64 commit c5c7ba1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/components/quality-popover/__snapshots__/quality-popover.component.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exports[`components - QualityPopover render should render correctly 1`] = `
4040
and by factors such as completeness and adherence to the
4141
4242
<Connect(CustomLinkComponent)
43-
to="/about/compliance/inventory-code"
43+
to="/federal-agencies/compliance/inventory-code"
4444
>
4545
metadata schema
4646
</Connect(CustomLinkComponent)>

src/components/quality-popover/quality-popover.component.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ export default class QualityPopover extends Component {
6868
The Data Quality Score is determined by using the information provided by Agencies in
6969
their <CustomLink to="/about/compliance/inventory-code">code.json</CustomLink> and by
7070
factors such as completeness and adherence to the{' '}
71-
<CustomLink to="/about/compliance/inventory-code">metadata schema</CustomLink>.
71+
<CustomLink to="/federal-agencies/compliance/inventory-code">
72+
metadata schema
73+
</CustomLink>
74+
.
7275
</div>
7376
</div>
7477
</div>

0 commit comments

Comments
 (0)