Skip to content

Commit abb5b3d

Browse files
authored
Merge pull request #5258 from fedspendingtransparency/fix/DEV15023
DEV-15023 fix links
2 parents bb0f9e3 + c3b5723 commit abb5b3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/components/about/Contact.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Contact = () => (
2525
<a
2626
target="_blank"
2727
rel="noopener noreferrer"
28-
href="https://fiscalservice.force.com/usaspending/s/">
28+
href="https://onevoicecrm.my.site.com/usaspending/s/">
2929
<button
3030
className="usa-button-outline"
3131
aria-label="Visit Our Community Page"

src/js/components/about/MoreInfo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const MoreInfo = () => (
2020
<a
2121
target="_blank"
2222
rel="noopener noreferrer"
23-
href="https://fiscalservice.force.com/usaspending/s/">
23+
href="https://onevoicecrm.my.site.com/usaspending/s/recordlist/Knowledge__kav/00B3d000000V4WDEA0">
2424
FAQs
2525
</a>
2626
&nbsp;and the{' '}

0 commit comments

Comments
 (0)