Skip to content

Commit 6218a91

Browse files
committed
Add a link to the ExUnit documentation
1 parent 0958849 commit 6218a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: getting-started/module-attributes.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ In the example above, we have used the `plug/1` macro to connect functions that
152152

153153
In order to understand the underlying code, we'd need macros, so we will revisit this pattern in the meta-programming guide. However the focus here is exactly on how using module attributes as storage allow developers to create DSLs.
154154

155-
Another example comes from the ExUnit framework which uses module attributes as annotation and storage:
155+
Another example comes from [the ExUnit framework](/docs/stable/ex_unit/) which uses module attributes as annotation and storage:
156156

157157
```elixir
158158
defmodule MyTest do

0 commit comments

Comments
 (0)