Skip to content

Commit 1a3a01c

Browse files
authored
Update DifferentiableProgramming.md
1 parent 60cebc9 commit 1a3a01c

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
@@ -698,7 +698,7 @@ differentiation: given an "original function" to differentiate, a derivative
698698
function is generated by replacing function applications in the original
699699
function with corresponding derivative function applications. The algorithm is
700700
described in detail in the
701-
[Swift Differentiable Programming Implementation Overview document](http://bit.ly/swift-autodiff-internals).
701+
[Swift Differentiable Programming Implementation Overview](./DifferentiableProgrammingImplementation.md).
702702

703703
Some languages provide the ability to define custom code transformations:
704704

0 commit comments

Comments
 (0)