diff --git a/src/Sws.php b/src/Sws.php index e48eb57..18e6386 100644 --- a/src/Sws.php +++ b/src/Sws.php @@ -45,7 +45,7 @@ class Sws */ public static function ReadSws(string $swsfile) { - trigger_error ( "This function is deprecated. Please convert your code to use the new pattern. More info to be found on Github ().", E_USER_DEPRECATED); + trigger_error ( "This function is deprecated. Please convert your code to use the new pattern. More info to be found on Github (https://github.com/JeroenED/libpairtwo/wiki/Converting-your-code-to-the-generalized-format).", E_USER_DEPRECATED); $reader = IOFactory::createReader("Pairtwo-6"); return $reader->read($swsfile); }