Skip to content

Commit 3ddd368

Browse files
Fix link in bob's approaches (introduction.md) (#2631)
1 parent 967d43c commit 3ddd368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/bob/.approaches/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ but some may find the answer array approach to be less readable.
9696
[trim]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/trim
9797
[endswith]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith
9898
[dry]: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself
99-
[approach-if]: https://exercism.org/tracks/javascript/exercises/bob/approaches/if-staements
99+
[approach-if]: https://exercism.org/tracks/javascript/exercises/bob/approaches/if-statements
100100
[approach-switch]: https://exercism.org/tracks/javascript/exercises/bob/approaches/switch-statement
101101
[approach-answer-array]: https://exercism.org/tracks/javascript/exercises/bob/approaches/answer-array

0 commit comments

Comments
 (0)