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).