From e7e699c503346767a0fa424031864cddf0cb2945 Mon Sep 17 00:00:00 2001 From: Ayush Agrawal Date: Sun, 17 Mar 2019 01:13:53 +0530 Subject: [PATCH] Fixes Tensor Links (#147) --- docs/DifferentiableTypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DifferentiableTypes.md b/docs/DifferentiableTypes.md index b2e37c75d40..edd046d074c 100644 --- a/docs/DifferentiableTypes.md +++ b/docs/DifferentiableTypes.md @@ -291,5 +291,5 @@ The authors would like to thank Casey Chu, Dougal Maclaurin, Matthew Johnson, Ro [differentiable manifold]: https://en.wikipedia.org/wiki/Differentiable_manifold [SIMD]: https://github.com/apple/swift-evolution/blob/master/proposals/0229-simd.md -[TensorFlow_Tensor]: https://tensorflow.devsite.corp.google.com/swift/api_docs/Extensions/Tensor +[TensorFlow_Tensor]: https://www.tensorflow.org/swift/api_docs/Structs/Tensor [parameter-optimization]: https://github.com/tensorflow/swift/blob/master/docs/ParameterOptimization.md#full-fledged-optimizer-using-differentiable