Skip to content

Commit

Permalink
Fix relative docs in givens.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Oct 15, 2024
1 parent 186f404 commit c8dbbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/reference/contextual/givens.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ time it is accessed. If the given is a mere alias to some immutable value, the g

## Syntax

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

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

**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.
**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 comments on commit c8dbbdc

Please sign in to comment.