From b7984d1cc71116c1429befa1897da1bc6bdda0f4 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Sun, 15 Dec 2019 01:01:18 +0100 Subject: [PATCH] Update explicit-nulls.md fix link for class hierarchy image --- docs/docs/reference/other-new-features/explicit-nulls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/other-new-features/explicit-nulls.md b/docs/docs/reference/other-new-features/explicit-nulls.md index 907b6d71835f..fdf870c34e2a 100644 --- a/docs/docs/reference/other-new-features/explicit-nulls.md +++ b/docs/docs/reference/other-new-features/explicit-nulls.md @@ -27,7 +27,7 @@ When explicit nulls are enabled, the type hierarchy changes so that `Null` is su `Any`, as opposed to every reference type. This is the new type hierarchy: -![](../../images/explicit-nulls/explicit-nulls-type-hierarchy.png "Type Hierarchy for Explicit Nulls") +![](../../../images/explicit-nulls/explicit-nulls-type-hierarchy.png "Type Hierarchy for Explicit Nulls") After erasure, `Null` remains a subtype of all reference types (as forced by the JVM).