Skip to content

Commit d7e41df

Browse files
authored
Fix links (#1292)
1 parent c5a3c7d commit d7e41df

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

concepts/array-loops/about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ There are a couple of things you should keep in mind when working with `forEach`
9999
[concept-for-loops]: /tracks/javascript/concepts/for-loops
100100
[concept-callbacks]: /tracks/javascript/concepts/callbacks
101101
[mdn-foreach-thisarg]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach#using_thisarg
102+
[mdn-for-in-for-of]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of#difference_between_for...of_and_for...in

concepts/numbers/about.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,11 @@ Therefore, in JavaScript:
8181

8282
See [0.30000000000000004.com](https://0.30000000000000004.com/) for a brief explanation and [Appendix D](https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html) of Oracle's Numerical Computation Guide "What Every Computer Scientist Should Know About Floating-Point Arithmetic" for an in depth explanation.
8383

84-
## Related concepts
85-
86-
<!--
87-
These are widgets. See: https://github.com/exercism/docs/blob/main/anatomy/tracks/widgets.md
88-
Normally these would be put in a list, but it renders better when it's next to each other.
89-
-->
90-
91-
[concept:javascript/comparison](https://github.com/exercism/javascript/tree/main/concepts/comparison) [concept:javascript/type-checking](https://github.com/exercism/javascript/tree/main/concepts/type-checking) [concept:javascript/type-conversion](https://github.com/exercism/javascript/tree/main/concepts/type-conversion) [concept:javascript/string-formatting](https://github.com/exercism/javascript/tree/main/concepts/string-formatting)
92-
9384
[built-in-number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number
9485
[built-in-math]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math
9586
[comparison]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness
9687
[lexical-grammar]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#numeric_literals
97-
[string-formatting]: https://exercism.lol/tracks/javascript/concepts/string-formating
98-
[concept-comparison]: https://exercism.lol/tracks/javascript/concepts/comparison
99-
[concept-type-checking]: https://exercism.lol/tracks/javascript/concepts/type-checking
100-
[concept-type-conversion]: https://exercism.lol/tracks/javascript/concepts/type-conversion
88+
[string-formatting]: /tracks/javascript/concepts/string-formatting
89+
[concept-comparison]: /tracks/javascript/concepts/comparison
90+
[concept-type-checking]: /tracks/javascript/concepts/type-checking
91+
[concept-type-conversion]: /tracks/javascript/concepts/type-conversion

0 commit comments

Comments
 (0)