Skip to content

Commit

Permalink
change links in hints, previous was wrong (exercism#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuprelweronika authored Feb 22, 2024
1 parent 2b9223f commit 27bd207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/concept/lucky-numbers/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 27bd207

Please sign in to comment.