Skip to content

Commit 2dbc77c

Browse files
Merge pull request #6125 from azolotko/fix-link-to-soft-modifier
Fix a link to soft-modifier.md in other-new-features/opaques.md
2 parents 8e4b919 + c323ffe commit 2dbc77c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/other-new-features/opaques.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ But the following operations would lead to type errors:
5353
l / l2 // error: `/` is not a member fo Logarithm
5454
```
5555

56-
`opaque` is a [soft modifier](./soft-modifier.html).
56+
`opaque` is a [soft modifier](../soft-modifier.html).
5757

58-
For more details, see [Scala SIP 35](https://docs.scala-lang.org/sips/opaque-types.html).
58+
For more details, see [Scala SIP 35](https://docs.scala-lang.org/sips/opaque-types.html).

0 commit comments

Comments
 (0)