From 27bd20781d1d1c859074517b1e77cb3b7af3589b Mon Sep 17 00:00:00 2001 From: Weronika Kuprel <110784022+kuprelweronika@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:17:04 +0100 Subject: [PATCH] change links in hints, previous was wrong (#626) --- exercises/concept/lucky-numbers/.docs/hints.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/concept/lucky-numbers/.docs/hints.md b/exercises/concept/lucky-numbers/.docs/hints.md index 4a0fd289..be8ab82e 100644 --- a/exercises/concept/lucky-numbers/.docs/hints.md +++ b/exercises/concept/lucky-numbers/.docs/hints.md @@ -39,8 +39,8 @@ [ref-type-cast-int]: https://www.php.net/manual/en/language.types.integer.php#language.types.integer.casting.from-string [ref-type-cast-string]: https://www.php.net/manual/en/language.types.string.php#language.types.string.casting [ref-numeric-strings]: https://www.php.net/manual/en/language.types.numeric-strings.php -[ref-implode]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/join -[ref-arithmetic-ops]: /tracks/php/concepts/arithmetic-operators +[ref-implode]: https://www.php.net/manual/en/function.implode.php +[ref-arithmetic-ops]: https://www.php.net/manual/en/language.operators.arithmetic.php [ref-strrev]: https://www.php.net/manual/en/function.strrev [ref-comparison-ops]: https://www.php.net/manual/en/language.operators.comparison.php [ref-if-statement]: https://www.php.net/manual/en/control-structures.if.php