Add missing URL in migration/wsc54/php
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 29 Oct 2021 09:16:18 +0000 (11:16 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 29 Oct 2021 09:16:18 +0000 (11:16 +0200)
docs/migration/wsc54/php.md

index 0797915b1659c6ad88cd1b5ccc473f9f07ccc6b1..7305213f287348f631193c0acbf733746db0f925 100644 (file)
@@ -298,7 +298,7 @@ See [WoltLab/WCF#4398](https://github.com/WoltLab/WCF/pull/4398) for details.
 
 ## Search
 
-A new [`wcf\system\search\exception\SearchFailed`] exception was added.
+A new [`wcf\system\search\exception\SearchFailed`](https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/lib/system/search/exception/SearchFailed.class.php) exception was added.
 This exception should be thrown when executing the search query fails for (mostly) temporary reasons, such as a network partition to a remote service.
 It is not meant as a blanket exception to wrap everything.
 For example it must not be returned obvious programming errors, such as an access to an undefined variable (`ErrorException`).