Skip to content

Commit 0639530

Browse files
committed
minor link fixes
1 parent f003a01 commit 0639530

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
Jira ticket: https://jira.mongodb.org/browse/DOCSP-NNNNN
44

55
### Staging Links
6-
<!-- start insert-links -->
7-
-
8-
<!-- end insert-links -->
6+
<!-- start insert-links --><!-- end insert-links -->
97

108
*Page Source*
119

.github/workflows/netflify-preview-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: build_page_links
2424
run: |
2525
new_links=""
26-
base_link='https://deploy-preview-${{ github.event.number }}--docs-realm.netlify.app'
26+
base_link='https://deploy-preview-${{ github.event.number }}--device-sdk.netlify.app'
2727
changed_files=${{ steps.changed-files.outputs.all_changed_files }}
2828
files=$(echo $changed_files | tr "," "\n")
2929
for file in $files; do

0 commit comments

Comments
 (0)