Skip to content

Commit 1fb3efa

Browse files
authored
Apply suggestions from code review
1 parent fac1ba2 commit 1fb3efa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

DifferentiationInterface/docs/src/explanation/backends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ For all operators, preparation generates an [executable function](https://docs.s
177177

178178
### Mooncake
179179

180-
For `pullback`, preparation [builds the reverse rule](https://github.com/chalk-lab/Mooncake.jl?tab=readme-ov-file#how-it-works) of the function.
180+
For `pullback`, preparation [builds the reverse rule](https://chalk-lab.github.io/Mooncake.jl/stable/understanding_mooncake/rule_system/) of the function.
181181

182182
### Tracker
183183

DifferentiationInterface/docs/src/faq/differentiability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Note that its rule writing is very different from ChainRulesCore.jl due to the p
8686

8787
[Mooncake.jl](https://github.com/chalk-lab/Mooncake.jl) is a recent package which also handles a large subset of all Julia programs out-of-the-box.
8888

89-
Its [rule system](https://chalk-lab.github.io/Mooncake.jl/dev/understanding_mooncake/rule_system/) is less expressive than that of Enzyme.jl, which might make it easier to start with.
89+
Its [rule system](https://chalk-lab.github.io/Mooncake.jl/stable/understanding_mooncake/rule_system/) is less expressive than that of Enzyme.jl, which might make it easier to start with.
9090

9191
## A rule mayhem?
9292

@@ -106,7 +106,7 @@ There are, however, translation utilities:
106106

107107
- from ChainRulesCore.jl to ForwardDiff.jl with [ForwardDiffChainRules.jl](https://github.com/ThummeTo/ForwardDiffChainRules.jl)
108108
- from ChainRulesCore.jl to Enzyme.jl with [`Enzyme.@import_rrule`](https://enzymead.github.io/Enzyme.jl/stable/api/#Enzyme.@import_rrule-Tuple)
109-
- from ChainRulesCore.jl to Mooncake.jl with [`Mooncake.@from_rrule`](https://chalk-lab.github.io/Mooncake.jl/dev/utilities/tools_for_rules/#Using-ChainRules.jl)
109+
- from ChainRulesCore.jl to Mooncake.jl with [`Mooncake.@from_rrule`](https://chalk-lab.github.io/Mooncake.jl/stable/utilities/defining_rules/#Using-ChainRules.jl)
110110

111111
### Backend switch
112112

0 commit comments

Comments
 (0)