Skip to content

Commit 03fbf65

Browse files
authored
Fix broken link
1 parent 746b58e commit 03fbf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DifferentiableProgramming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@ and data structures that deal with differentiable function values, including:
20302030

20312031
Arbitrary higher-order functions that require arguments to be differentiable
20322032
functions. Differential operators, e.g. `derivative(of:)`, described in the
2033-
[differential operators and differentiation APIs](differential-operators-and-differentiation-apis)
2033+
[differential operators and differentiation APIs](#differential-operators-1)
20342034
section. Differentiable higher-order functions for collections, e.g.
20352035
[`Array.differentiableReduce(_:_:)`](https://gist.github.com/rxwei/2739515f77a62d26add66947cb179911).
20362036
Data structures that store `@differentiable` functions as a property. Neural

0 commit comments

Comments
 (0)