File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Check All Links for Errors
2
2
3
3
on :
4
- push :
5
- paths :
6
- - " source/**"
4
+ pull_request :
5
+ paths :
6
+ - " source/**"
7
7
8
8
jobs :
9
9
check :
Original file line number Diff line number Diff line change 1
- name : Check All Links for Errors
1
+ name : Check For Bad Redirects
2
2
3
3
on :
4
4
pull_request :
5
5
paths :
6
6
- " source/**"
7
-
7
+
8
8
jobs :
9
9
check :
10
10
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ The Realm SDK code to call this Function:
114
114
.. To create custom user data for a user, create a MongoDB document in the
115
115
.. custom user data collection. The user ID field of the document must
116
116
.. 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
118
118
.. document containing the user ID of the currently logged in user and several
119
119
.. custom properties into the custom user data collection:
120
120
You can’t perform that action at this time.
0 commit comments