Skip to content

Commit c6740ba

Browse files
authored
fix: broken link (#4719)
1 parent 7382039 commit c6740ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/compiler-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ fully qualified name.
138138

139139
### -Xsuppress-warning
140140

141-
Suppresses specific warnings [globally across the whole project](whatsnew-eap.md), for example:
141+
Suppresses specific warnings [globally across the whole project](whatsnew21.md#global-warning-suppression), for example:
142142

143143
```bash
144144
kotlinc -Xsuppress-warning=NOTHING_TO_INLINE -Xsuppress-warning=NO_TAIL_CALLS_FOUND main.kt

0 commit comments

Comments
 (0)