Skip to content

Commit 5b8462a

Browse files
authored
Fix up generator link refs in Darts Approaches. (exercism#3929)
1 parent 4541ebe commit 5b8462a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/practice/darts/.approaches/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def score(x_coord, y_coord):
7878
```
7979

8080
This approach is very similar to the [tuple and loop][approach-tuple-and-loop] approach, but iterates over [`dict.items()`][dict-items].
81-
For more information, see the [dict with generator-expression][approach-dict-with-generator-expression] approach.
81+
For more information, see the [dict and generator][approach-dict-and-generator] approach.
8282

8383

8484
## Approach: Using Boolean Values as Integers
@@ -139,7 +139,7 @@ Although a strong argument could be made for simplicity and clarity — many lis
139139

140140
[approach-boolean-values-as-integers]: https://exercism.org/tracks/python/exercises/darts/approaches/boolean-values-as-integers
141141
[approach-dict-and-dict-get]: https://exercism.org/tracks/python/exercises/darts/approaches/dict-and-dict-get
142-
[approach-dict-with-generator-expression]: https://exercism.org/tracks/python/exercises/darts/approaches/dict-with-gnerator-expresson
142+
[approach-dict-and-generator]: https://exercism.org/tracks/python/exercises/darts/approaches/dict-and-generator
143143
[approach-if-statements ]: https://exercism.org/tracks/python/exercises/darts/approaches/if-statements
144144
[approach-struct-pattern-matching]: https://exercism.org/tracks/python/exercises/darts/approaches/struct-pattern-matching
145145
[approach-tuple-and-loop]: https://exercism.org/tracks/python/exercises/darts/approaches/tuple-and-loop

0 commit comments

Comments
 (0)