From c323ffe16e0fdccc9142ce457c20d3a3c108dd2e Mon Sep 17 00:00:00 2001 From: Alex Zolotko Date: Wed, 20 Mar 2019 16:45:48 +0100 Subject: [PATCH] Fix a link to soft-modifier.md in other-new-features/opaques.md --- docs/docs/reference/other-new-features/opaques.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/reference/other-new-features/opaques.md b/docs/docs/reference/other-new-features/opaques.md index b347250cc2ab..6feca7a2acfe 100644 --- a/docs/docs/reference/other-new-features/opaques.md +++ b/docs/docs/reference/other-new-features/opaques.md @@ -53,6 +53,6 @@ But the following operations would lead to type errors: l / l2 // error: `/` is not a member fo Logarithm ``` -`opaque` is a [soft modifier](./soft-modifier.html). +`opaque` is a [soft modifier](../soft-modifier.html). -For more details, see [Scala SIP 35](https://docs.scala-lang.org/sips/opaque-types.html). \ No newline at end of file +For more details, see [Scala SIP 35](https://docs.scala-lang.org/sips/opaque-types.html).