diff --git a/src/services/Elements.php b/src/services/Elements.php index 3bcf512d7d0..63e236540e6 100644 --- a/src/services/Elements.php +++ b/src/services/Elements.php @@ -2816,7 +2816,7 @@ private function elementTypeByRefHandle(string $refHandle): string|false } /** - * Parses a string for element [reference tags](http://craftcms.com/docs/reference-tags). + * Parses a string for element [reference tags](https://craftcms.com/docs/5.x/system/reference-tags.html). * * @param string $str The string to parse * @param int|null $defaultSiteId The default site ID to query the elements in