Skip to content

Commit bcfdb17

Browse files
committed
Link fix
1 parent 64d3e75 commit bcfdb17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/search/criteria_reference/notification_datecreated_criterion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ The `DateCreated` Search Criterion searches for notifications based on the date
1717
### PHP
1818

1919
```php hl_lines="19"
20-
[[= include_file('code_samples/notifications/src/Query/Search.php') =]]
20+
[[= include_file('code_samples/notifications/Src/Query/search.php') =]]
2121
```

docs/search/criteria_reference/notification_status_criterion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ The `Status` Search Criterion searches for notifications based on notification s
1616
### PHP
1717

1818
```php hl_lines="14"
19-
[[= include_file('code_samples/notifications/src/Query/Search.php') =]]
19+
[[= include_file('code_samples/notifications/Src/Query/search.php') =]]
2020
```

docs/search/criteria_reference/notification_type_criterion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ The `Type` Search Criterion searches for notifications by their types.
1616
### PHP
1717

1818
```php hl_lines="13"
19-
[[= include_file('code_samples/notifications/src/Query/Search.php') =]]
19+
[[= include_file('code_samples/notifications/Src/Query/search.php') =]]
2020
```

0 commit comments

Comments
 (0)