Skip to content

Commit 27bd207

Browse files
change links in hints, previous was wrong (#626)
1 parent 2b9223f commit 27bd207

File tree

1 file changed

+2
-2
lines changed
  • exercises/concept/lucky-numbers/.docs

1 file changed

+2
-2
lines changed

exercises/concept/lucky-numbers/.docs/hints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
[ref-type-cast-int]: https://www.php.net/manual/en/language.types.integer.php#language.types.integer.casting.from-string
4040
[ref-type-cast-string]: https://www.php.net/manual/en/language.types.string.php#language.types.string.casting
4141
[ref-numeric-strings]: https://www.php.net/manual/en/language.types.numeric-strings.php
42-
[ref-implode]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/join
43-
[ref-arithmetic-ops]: /tracks/php/concepts/arithmetic-operators
42+
[ref-implode]: https://www.php.net/manual/en/function.implode.php
43+
[ref-arithmetic-ops]: https://www.php.net/manual/en/language.operators.arithmetic.php
4444
[ref-strrev]: https://www.php.net/manual/en/function.strrev
4545
[ref-comparison-ops]: https://www.php.net/manual/en/language.operators.comparison.php
4646
[ref-if-statement]: https://www.php.net/manual/en/control-structures.if.php

0 commit comments

Comments
 (0)