Skip to content

Commit cfe5b3b

Browse files
authored
change redirect title and update checker to run on pull_request (#2943)
## Pull Request Info ### Jira - https://jira.mongodb.org/browse/DOCSP-NNNNN ### Staged Changes - [PAGE_NAME](https://docs-mongodbcom-staging.corp.mongodb.com/realm/docsworker-xlarge/BRANCH_NAME/) ### Reminder Checklist If your PR modifies the docs, you might need to also update some corresponding pages. Check if completed or N/A. - [ ] Create Jira ticket for corresponding docs-app-services update(s), if any - [ ] Checked/updated Admin API - [ ] Checked/updated CLI reference ### Review Guidelines [REVIEWING.md](https://github.com/mongodb/docs-realm/blob/master/REVIEWING.md)
1 parent f6f6f27 commit cfe5b3b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/check-links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Check All Links for Errors
22

33
on:
4-
push:
5-
paths:
6-
- "source/**"
4+
pull_request:
5+
paths:
6+
- "source/**"
77

88
jobs:
99
check:

.github/workflows/check-redirects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Check All Links for Errors
1+
name: Check For Bad Redirects
22

33
on:
44
pull_request:
55
paths:
66
- "source/**"
7-
7+
88
jobs:
99
check:
1010
runs-on: ubuntu-latest

source/sdk/flutter/users/custom-user-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The Realm SDK code to call this Function:
114114
.. To create custom user data for a user, create a MongoDB document in the
115115
.. custom user data collection. The user ID field of the document must
116116
.. contain the the user's user ID. The following example uses
117-
.. :ref:`MongoDB Data Access <>` to insert a
117+
.. TODO: update this ref`MongoDB Data Access <>` to insert a
118118
.. document containing the user ID of the currently logged in user and several
119119
.. custom properties into the custom user data collection:
120120

0 commit comments

Comments
 (0)