diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 6cf5082a3b..182a6d94a0 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -3,9 +3,7 @@
 Jira ticket: https://jira.mongodb.org/browse/DOCSP-NNNNN
 
 ### Staging Links
-<!-- start insert-links -->
--
-<!-- end insert-links -->
+<!-- start insert-links --><!-- end insert-links -->
 
 *Page Source*
 
diff --git a/.github/workflows/netflify-preview-links.yml b/.github/workflows/netflify-preview-links.yml
index 97e8985e79..a37b6b78f3 100644
--- a/.github/workflows/netflify-preview-links.yml
+++ b/.github/workflows/netflify-preview-links.yml
@@ -23,7 +23,7 @@ jobs:
             id: build_page_links
             run: |
               new_links=""
-              base_link='https://deploy-preview-${{ github.event.number }}--docs-realm.netlify.app'
+              base_link='https://deploy-preview-${{ github.event.number }}--device-sdk.netlify.app'
               changed_files=${{ steps.changed-files.outputs.all_changed_files }}
               files=$(echo $changed_files | tr "," "\n")
               for file in $files; do