Skip to content

Commit 353ade0

Browse files
committed
README: Fix some links that don't render correctly on GitHub
1 parent 22da4d4 commit 353ade0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Use Cases
4545
---------
4646
Two common use cases include
4747

48-
1. [Supporting output in pure procedures] for debugging purposes.
49-
2. [Enforcing programming contracts] throughout a project via runtime checks.
48+
1. [Supporting output in pure procedures](#supporting-output-in-pure-procedures) for debugging purposes.
49+
2. [Enforcing programming contracts](#enforcing-programming-contracts) throughout a project via runtime checks.
5050

5151
### Supporting output in pure procedures
5252
Writing pure procedures communicates useful information to a compiler or a developer.

0 commit comments

Comments
 (0)