Skip to content

Commit aac3e27

Browse files
author
Miha Zgubic
committed
fix the link
1 parent d744596 commit aac3e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ that we do not know an `rrule` for, and we want to check whether the gradients p
185185

186186
To test gradients the AD system will need to overload `rrule_via_ad` function which wraps the gradients computed by AD.
187187
For some AD systems (e.g. Zygote) this already exists.
188-
If it does not exist, see "How to write `rrule_via_ad` function" section below.
188+
If it does not exist, see [How to write `rrule_via_ad` function](#How-to-write-rrule_via_ad-function) section below.
189189

190190
We use the `test_rrule` function to test the gradients using the config used by the AD system
191191
```julia

0 commit comments

Comments
 (0)