Skip to content

Commit 9201c67

Browse files
committed
contenttypeidentifier_criterion.md: Fix link to PHP API Ref (#2593)
(cherry picked from commit 26a5af1)
1 parent 632bcb1 commit 9201c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/search/criteria_reference/contenttypeidentifier_criterion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: ContentTypeIdentifier Search Criterion
44

55
# ContentTypeIdentifier Criterion
66

7-
The [`ContentTypeIdentifier` Search Criterion](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Query-Criterion-ContentTypeId.html) searches for content based on the identifier of its content type.
7+
The [`ContentTypeIdentifier` Search Criterion](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Query-Criterion-ContentTypeIdentifier.html) searches for content based on the identifier of its content type.
88

99
## Arguments
1010

@@ -38,4 +38,4 @@ $query->query = new Criterion\ContentTypeIdentifier(['article', 'blog_post']);
3838
"ContentTypeIdentifierCriterion": "article"
3939
}
4040
}
41-
```
41+
```

0 commit comments

Comments
 (0)