Skip to content

Commit d3e8cb8

Browse files
authored
markdown link syntax fix (#359)
1 parent d334042 commit d3e8cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

building/tracks/practice-exercises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Viewing hints will not be a "recommended" path and we will (softly) discourage u
203203
```markdown
204204
## General
205205

206-
- There are many [built-in methods](integers) to simplify working with integers.
206+
- There are many [built-in methods][integers] to simplify working with integers.
207207

208208
[integers]: https://ruby-doc.org/core-2.7.0/Integer.html
209209
```

0 commit comments

Comments
 (0)