From ce20c9b350d334b20d8942f34ae5e13f7d6d1a3b Mon Sep 17 00:00:00 2001
From: Ashley Weaver <134093673+ashley-weaver@users.noreply.github.com>
Date: Fri, 31 May 2024 11:05:05 -0400
Subject: [PATCH] [DPC-4081] Remove .html from internal links (#109)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🎫 Ticket
https://jira.cms.gov/browse/DPC-4081
## đź› Changes
[dpc-ops PR](https://github.com/CMSgov/dpc-ops/pull/698)
## ℹ️ Context for reviewers
(Background context, more in-depth details of the implementation, and
anything else you'd like to call out or ask reviewers.)
## âś… Acceptance Validation
(How were the changes verified? Did you fully test the acceptance
criteria in the ticket? Provide reproducible testing instructions and
screenshots if applicable.)
## đź”’ 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.
---
_includes/_hero.html | 2 +-
common/404.html | 2 +-
common/data.md | 2 +-
common/docsV1.md | 2 +-
common/docsV2.md | 4 ++--
common/faq.html | 6 +++---
common/pilot.html | 8 ++++----
common/tos.md | 2 +-
common/update-page.md | 2 +-
index.html | 4 ++--
scripts/build_and_test.sh | 12 ++++++------
11 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/_includes/_hero.html b/_includes/_hero.html
index 9e5a9917..1e7d01ea 100644
--- a/_includes/_hero.html
+++ b/_includes/_hero.html
@@ -5,7 +5,7 @@
Update: what we're working on
- We're enhancing the onboarding process. While onboarding and applications are paused we're making the experience easier and more secure. Visit the
updates page to learn more.
+ We're enhancing the onboarding process. While onboarding and applications are paused we're making the experience easier and more secure. Visit the
updates page to learn more.
diff --git a/common/404.html b/common/404.html
index 086a5c9e..682d1d76 100644
--- a/common/404.html
+++ b/common/404.html
@@ -1,5 +1,5 @@
---
-permalink: /404.html
+permalink: /404
layout: default
---
diff --git a/common/data.md b/common/data.md
index 60eea918..261b938c 100644
--- a/common/data.md
+++ b/common/data.md
@@ -2,7 +2,7 @@
layout: page-sidenav
title: DPC Data
banner_title: Understanding DPC Data
-permalink: /data.html
+permalink: /data
id: data
button: Data Dictionary
coming_soon: true
diff --git a/common/docsV1.md b/common/docsV1.md
index 89c93f63..a47c6947 100644
--- a/common/docsV1.md
+++ b/common/docsV1.md
@@ -2,7 +2,7 @@
layout: page-sidenav
title: DPC Documentation
banner_title: Documentation
-permalink: /docsV1.html
+permalink: /docsV1
id: docsV1
side_nav_items: guide1_nav
---
diff --git a/common/docsV2.md b/common/docsV2.md
index e0aa3431..e689fa11 100644
--- a/common/docsV2.md
+++ b/common/docsV2.md
@@ -2,7 +2,7 @@
layout: page-sidenav
title: DPC Documentation
banner_title: Documentation
-permalink: /docsV2.html
+permalink: /docsV2
id: docsV2
button: Sign Up for Sandbox
button_url: https://sandbox.dpc.cms.gov/users/sign_in
@@ -58,4 +58,4 @@ A Group resource is created by posting a list of patients and the Practitioner a
* Practitioner NPI
-
We've paused on taking applications for production data and onboarding existing applicants. This is temporary while we make improvements to our ID verification and onboarding process. We'll refresh our updates page when onboarding and applications resume. We'll also post an announcement in our Google Group. In the meantime, the sandbox environment is still available for testing.
+
We've paused on taking applications for production data and onboarding existing applicants. This is temporary while we make improvements to our ID verification and onboarding process. We'll refresh our updates page when onboarding and applications resume. We'll also post an announcement in our Google Group. In the meantime, the sandbox environment is still available for testing.
@@ -33,7 +33,7 @@
- - Technical documentation is available in the API Documentation.
+ - Technical documentation is available in the API Documentation.
- A DPC Google Group has been created to provide answers to questions and to support providers and developers who are implementing Data at the Point of Care.
diff --git a/common/pilot.html b/common/pilot.html
index b41c224b..684c77ed 100644
--- a/common/pilot.html
+++ b/common/pilot.html
@@ -2,7 +2,7 @@
layout: page-sidenav
title: About the Pilot
banner_title: About the Pilot
-permalink: /pilot.html
+permalink: /pilot
id: pilot
side_nav_items: pilot_nav
---
@@ -14,11 +14,11 @@ About the DPC Pilot
- Since the pilot is a learning experience for both CMS and customers, participants in the pilot program may encounter breaking changes to code, iterations to regulations, and will be asked to participate in research sessions with CMS as the program continues to grow and evolve.
+ Since the pilot is a learning experience for both CMS and customers, participants in the pilot program may encounter breaking changes to code, iterations to regulations, and will be asked to participate in research sessions with CMS as the program continues to grow and evolve.
-
Note: We've paused on accepting new applications temporarily. Please see the
updates page for more information. The
sandbox environment is still available for testing.
+
Note: We've paused on accepting new applications temporarily. Please see the
updates page for more information. The
sandbox environment is still available for testing.
Test the API
@@ -37,7 +37,7 @@ Test the API
Reference the following guides to get started:
-
- DPC Documentation
+ DPC Documentation
-
HL7 FHIR Standards
diff --git a/common/tos.md b/common/tos.md
index 28af9dcf..737c2451 100644
--- a/common/tos.md
+++ b/common/tos.md
@@ -1,7 +1,7 @@
---
layout: page-tos
title: Terms of service
-permalink: /terms-of-service.html
+permalink: /terms-of-service
id: tos
---
*Last updated: 8/19/21*
diff --git a/common/update-page.md b/common/update-page.md
index b1adb5c8..eec437a9 100644
--- a/common/update-page.md
+++ b/common/update-page.md
@@ -2,7 +2,7 @@
layout: page-info
title: Updates
banner_title: Updates
-permalink: /updates.html
+permalink: /updates
id: updates
button: DPC Google Group
button_url: "https://groups.google.com/d/forum/dpc-api"
diff --git a/index.html b/index.html
index 434aaa2e..aa09cc3c 100644
--- a/index.html
+++ b/index.html
@@ -87,7 +87,7 @@
About
The DPC API leverages the industry-standard
HL7 Fast Healthcare Interoperability Resources (FHIR), which allows providers and implementers to incorporate Medicare claims data into the Health IT software and clinical workflow. This allows a timely and standardized reference of data that is accessible to all who are involved in a beneficiary’s care.
-
+
@@ -161,4 +161,4 @@ Other CMS FHIR-based APIs
-
\ No newline at end of file
+
diff --git a/scripts/build_and_test.sh b/scripts/build_and_test.sh
index dea4d268..8429b1b6 100755
--- a/scripts/build_and_test.sh
+++ b/scripts/build_and_test.sh
@@ -21,12 +21,12 @@ test() {
# Perform accessibility scan
TARGET_TEST_ENV=http://host.docker.internal:4000
TARGETS_TO_SCAN="${TARGET_TEST_ENV}"
- TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/faq.html"
- TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/data.html"
- TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/pilot.html"
- TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/docsV1.html"
- TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/docsV2.html"
- TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/updates.html"
+ TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/faq"
+ TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/data"
+ TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/pilot"
+ TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/docsV1"
+ TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/docsV2"
+ TARGETS_TO_SCAN="${TARGETS_TO_SCAN} ${TARGET_TEST_ENV}/updates"
docker run --add-host=host.docker.internal:host-gateway --init --rm --cap-add=SYS_ADMIN orenfromberg/axe-puppeteer-ci:1.0.0@sha256:f83527a3ae8ab74088c001abfe44836946ba73f0afbbf460447f8a0c40281e70 ${TARGETS_TO_SCAN}
}