Skip to content

Commit

Permalink
Fix footer link for Plain Writing (#184)
Browse files Browse the repository at this point in the history
## 🎫 Ticket

~https://jira.cms.gov/browse/BCDA-xxx~

## 🛠 Changes

Fixed a broken link in the footer to the plain writing guide.

## ℹ️ Context for reviewers

Clicking the "Plain Writing" link in the footer, brings the user to a
404 page
<img width="1157" alt="Screenshot 2023-09-14 at 14 30 56"
src="https://github.com/CMSgov/bcda-static-site/assets/10712873/0cdbe697-1a14-4f28-bf0b-a2ef72c721d1">
<img width="1459" alt="Screenshot 2023-09-14 at 14 30 20"
src="https://github.com/CMSgov/bcda-static-site/assets/10712873/847e5415-725b-45d6-9413-1f3a5a5c6e20">

## ✅ Acceptance Validation

The updated link directs to 
<img width="1461" alt="Screenshot 2023-09-14 at 14 28 19"
src="https://github.com/CMSgov/bcda-static-site/assets/10712873/29e658c6-6bdf-40b9-ac7b-a56f3c2e53c5">

## 🔒 Security Implications

- [ ] This PR adds a new software dependency or dependencies.
- [ ] This PR modifies or invalidates one or more of our security
controls.
- [ ] This PR stores or transmits data that was not stored or
transmitted before.
- [ ] This PR requires additional review of its security implications
for other reasons.

If any security implications apply, add Jason Ashbaugh (GitHub username:
StewGoin) as a reviewer and do not merge this PR without his approval.
  • Loading branch information
greg-pf authored Sep 14, 2023
1 parent 1c3f32c commit e5f4511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2 class="ds-h4">Additional resources</h2>
<li><a target="_blank" rel="noopener" href="https://oig.hhs.gov/">Inspector General</a></li>
<li><a target="_blank" rel="noopener" href="https://www.cms.gov/About-CMS/Agency-Information/Aboutwebsite/NoFearAct.html">No
Fear Act</a></li>
<li><a target="_blank" rel="noopener" href="https://www.medicare.gov/about-us/plain-writing/plain-writing.html">Plain
<li><a target="_blank" rel="noopener" href="https://www.medicare.gov/about-us/plain-writing">Plain
Writing</a></li>
<li><a title="Privacy settings" data-privacy-policy="modal-trigger-footer" onclick="utag.gdpr.showConsentPreferences()">Privacy Settings</a></li>
<li><a target="_blank" rel="noopener" href="https://www.usa.gov/">USA.gov</a></li>
Expand All @@ -50,4 +50,4 @@ <h2 class="ds-h4">Additional resources</h2>
</ul>
</div>
</div>
</div>
</div>

0 comments on commit e5f4511

Please sign in to comment.