Skip to content

Commit 0dad741

Browse files
authored
fix links to 'In Depth' on 'Understanding Keys' page (#16)
1 parent 4af692a commit 0dad741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/docs/guides/Understanding_Keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Understanding Keys
22

3-
This guide assumes that you've already read the [In Depth](../In_Depth) introduction to Elementary,
3+
This guide assumes that you've already read the [In Depth](../in_depth) introduction to Elementary,
44
and picks up where the In Depth introduction leaves off when it references keys.
55

66
If your application only ever makes a single call to `core.render`, then this section won't
7-
really apply, and in such a case the behavior is well explained in [In Depth](../In_Depth).
7+
really apply, and in such a case the behavior is well explained in [In Depth](../in_depth).
88
However, audio applications frequently exhibit dynamic behavior, and it's in this context that
99
we'll explore what happens when you make multiple successive calls to `core.render`.
1010

0 commit comments

Comments
 (0)