From 67768a70377ba79ef7d79e5f3dcd7f701c10ef07 Mon Sep 17 00:00:00 2001 From: Alex Zolotko Date: Tue, 12 Mar 2019 14:10:49 +0100 Subject: [PATCH] Fix a link to inline.md in dropped-features/macros.md --- docs/docs/reference/dropped-features/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/dropped-features/macros.md b/docs/docs/reference/dropped-features/macros.md index 3db506bf3a67..8a3fa7cd807b 100644 --- a/docs/docs/reference/dropped-features/macros.md +++ b/docs/docs/reference/dropped-features/macros.md @@ -7,7 +7,7 @@ The previous, experimental macro system has been dropped. Instead, there is a cleaner, more restricted system based on two complementary concepts: `inline` and `meta`. -`inline` has been [implemented](../inline.md) in Dotty. +`inline` has been [implemented](../other-new-features/inline.md) in Dotty. `meta` is worked on in the separate [Scalameta](http://scalameta.org) project