Skip to content

Commit

Permalink
Merge pull request #2347 from lpsinger/update-footer-links
Browse files Browse the repository at this point in the history
Fix broken agency links and redirects in footer
  • Loading branch information
dakota002 authored Jun 10, 2024
2 parents b1503e3 + a82c640 commit 6967fb7
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions app/root/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,43 +102,43 @@ export function Footer() {
<a rel="external" href="https://www.nasa.gov/">
NASA
</a>{' '}
<a rel="external" href="https://www.nasa.gov/goddard">
<a rel="external" href="https://www.nasa.gov/goddard/">
Goddard Space Flight Center
</a>
</IdentifierIdentity>
</IdentifierMasthead>
<IdentifierLinks navProps={{ 'aria-label': 'Important links' }}>
<IdentifierLinkItem>
<IdentifierLink rel="external" href="https://www.nasa.gov/about">
<IdentifierLink rel="external" href="https://www.nasa.gov/about/">
About NASA
</IdentifierLink>
</IdentifierLinkItem>
<IdentifierLinkItem>
<IdentifierLink
rel="external"
href="https://www.nasa.gov/accessibility/"
href="https://www.nasa.gov/general/accessibility/"
>
Accessibility
</IdentifierLink>
</IdentifierLinkItem>
<IdentifierLinkItem>
<IdentifierLink
rel="external"
href="https://www.nasa.gov/news/budget"
href="https://www.nasa.gov/budgets-plans-and-reports/"
>
Budget and Performance
</IdentifierLink>
</IdentifierLinkItem>
<IdentifierLinkItem>
<IdentifierLink
rel="external"
href="https://www.nasa.gov/offices/odeo/no-fear-act"
href="https://www.nasa.gov/odeo/no-fear-act/"
>
No FEAR Act
</IdentifierLink>
</IdentifierLinkItem>
<IdentifierLinkItem>
<IdentifierLink rel="external" href="https://www.nasa.gov/FOIA">
<IdentifierLink rel="external" href="https://www.nasa.gov/FOIA/">
FOIA Requests
</IdentifierLink>
</IdentifierLinkItem>
Expand All @@ -148,17 +148,14 @@ export function Footer() {
</IdentifierLink>
</IdentifierLinkItem>
<IdentifierLinkItem>
<IdentifierLink
rel="external"
href="https://www.nasa.gov/about/highlights/HP_Privacy.html"
>
<IdentifierLink rel="external" href="https://www.nasa.gov/privacy/">
Privacy Policy
</IdentifierLink>
</IdentifierLinkItem>
<IdentifierLinkItem>
<IdentifierLink
rel="external"
href="https://www.nasa.gov/vulnerability-disclosure-policy"
href="https://www.nasa.gov/vulnerability-disclosure-policy/"
>
Vulnerability Disclosure Policy
</IdentifierLink>
Expand Down

0 comments on commit 6967fb7

Please sign in to comment.