diff --git a/docs/DifferentiableProgrammingImplementation.md b/docs/DifferentiableProgrammingImplementation.md index b6c2d7b8721..232e4cf8f4c 100644 --- a/docs/DifferentiableProgrammingImplementation.md +++ b/docs/DifferentiableProgrammingImplementation.md @@ -986,7 +986,7 @@ Below is a list of anticipated infrastructure changes to the Swift differentiati Differential-first automatic differentiation is currently a work-in-progress. It is not yet at parity with the existing pullback-first (i.e. reverse-mode) automatic differentiation support. -See [here](https://github.com/apple/swift/blob/main/docs/DifferentiableProgramming.md#differential-operators) for more information about forward-mode differential operators in Swift. +See [here](DifferentiableProgramming.md#differential-operators) for more information about forward-mode differential operators in Swift. ### Linear maps and transposition