We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f003a01 commit 0639530Copy full SHA for 0639530
.github/pull_request_template.md
@@ -3,9 +3,7 @@
3
Jira ticket: https://jira.mongodb.org/browse/DOCSP-NNNNN
4
5
### Staging Links
6
-<!-- start insert-links -->
7
--
8
-<!-- end insert-links -->
+<!-- start insert-links --><!-- end insert-links -->
9
10
*Page Source*
11
.github/workflows/netflify-preview-links.yml
@@ -23,7 +23,7 @@ jobs:
23
id: build_page_links
24
run: |
25
new_links=""
26
- base_link='https://deploy-preview-${{ github.event.number }}--docs-realm.netlify.app'
+ base_link='https://deploy-preview-${{ github.event.number }}--device-sdk.netlify.app'
27
changed_files=${{ steps.changed-files.outputs.all_changed_files }}
28
files=$(echo $changed_files | tr "," "\n")
29
for file in $files; do
0 commit comments