Skip to content

Commit c8dbbdc

Browse files
committed
Fix relative docs in givens.md
1 parent 186f404 commit c8dbbdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_docs/reference/contextual/givens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ time it is accessed. If the given is a mere alias to some immutable value, the g
8787

8888
## Syntax
8989

90-
Here is the full syntax for given instances. Some of these forms of givens are explained in a separate page: [Other Forms of Givens](../more-givens.md).
90+
Here is the full syntax for given instances. Some of these forms of givens are explained in a separate page: [Other Forms of Givens](./more-givens.md).
9191

9292
```ebnf
9393
TmplDef ::= ... | 'given' GivenDef
@@ -113,4 +113,4 @@ A given instance starts with the reserved keyword `given`, which is followed by
113113
- A _structural given_ implements one or more class constructors with a
114114
list of member definitions in a template body.
115115

116-
**Note** Parts of the given syntax have changed in Scala 3.6. The original syntax from Scala 3.0 on is described in a separate page [Previous Given Syntax](../previous-givens.md). The original syntax is still supported for now but will be deprecated and phased out over time.
116+
**Note** Parts of the given syntax have changed in Scala 3.6. The original syntax from Scala 3.0 on is described in a separate page [Previous Given Syntax](./previous-givens.md). The original syntax is still supported for now but will be deprecated and phased out over time.

0 commit comments

Comments
 (0)