Compare two revisions of: Normalize applies the following rules

... ... @@ -35,7 +35,7 @@ and based on the type, possibly a:
35 35
36 36 Keeping this in our mind, we can take a look at the rules being applied when normalizing and/or expanding functions.
37 37 When normalizing/expanding, all rules will be applied until a stable state of the function has been reached, resulting in a normalized/expanded function. The rules for
38 -[normalization](Normalize-applies-the-following-rules#rules-for-normalizing-functions) and [expanding](Normalize-applies-the-following-rules#rules-for-expanding-functions) are shown below (showing the Class name of the Java-code in brackets), along with several examples for each rule.
38 +[normalization](Normalize-applies-the-following-rules.md#rules-for-normalizing-functions) and [expanding](Normalize-applies-the-following-rules.md#rules-for-expanding-functions) are shown below (showing the Class name of the Java-code in brackets), along with several examples for each rule.
39 39
40 40 # Rules for normalizing functions
41 41
42 42