From 93d1911417b698ad9046e721c044bed7e6d2793b Mon Sep 17 00:00:00 2001 From: Ignasi Marimon-Clos Date: Tue, 9 Apr 2019 11:01:21 +0000 Subject: [PATCH] Fix dead link --- docs/docs/reference/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/overview.md b/docs/docs/reference/overview.md index 2b9719fa4b18..f0e5b6ae1e3c 100644 --- a/docs/docs/reference/overview.md +++ b/docs/docs/reference/overview.md @@ -40,7 +40,7 @@ These constructs replace existing constructs with the aim of making the language - [Opaque Type Aliases](https://dotty.epfl.ch/docs/reference/other-new-features/opaques.html) replace most uses of value classes while guaranteeing absence of boxing. - [Toplevel definitions](https://dotty.epfl.ch/docs/reference/dropped-features/package-objects.html) replace package objects, dropping syntactic boilerplate. - - [Export clauses](https://dotty.epfl.ch/docs/reference/new-features/export.html) + - [Export clauses](https://dotty.epfl.ch/docs/reference/other-new-features/export.html) provide a simple and general way to express aggregation, which can replace the previous facade pattern of package objects inheriting from classes. - [Vararg patterns](https://dotty.epfl.ch/docs/reference/changed-features/vararg-patterns.html) now use the form `: _*` instead of `@ _*`, mirroring vararg expressions,