Skip to content

Commit b7984d1

Browse files
authored
Update explicit-nulls.md
fix link for class hierarchy image
1 parent 9aa7991 commit b7984d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/explicit-nulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When explicit nulls are enabled, the type hierarchy changes so that `Null` is su
2727
`Any`, as opposed to every reference type.
2828

2929
This is the new type hierarchy:
30-
![](../../images/explicit-nulls/explicit-nulls-type-hierarchy.png "Type Hierarchy for Explicit Nulls")
30+
![](../../../images/explicit-nulls/explicit-nulls-type-hierarchy.png "Type Hierarchy for Explicit Nulls")
3131

3232
After erasure, `Null` remains a subtype of all reference types (as forced by the JVM).
3333

0 commit comments

Comments
 (0)