tensorflow / swift

Swift for TensorFlow
https://tensorflow.org/swift
Apache License 2.0
6.12k stars 608 forks source link

Fixed readme's TensorFlow Swift API Reference hyperlink #465

Closed SalmonTimo closed 4 years ago

SalmonTimo commented 4 years ago

Fixed a small issue in README.md's link to the Tensorflow Swift API reference page which leads to a 404 page. The change consists of swapping /api_docs/ and /swift/ in the URL.

Original URL: https://www.tensorflow.org/api_docs/swift/Structs/Tensor Updated URL: https://www.tensorflow.org/swift/api_docs/Structs/Tensor

Let me know if it's more appropriate to point to the base docs at https://www.tensorflow.org/swift/api_docs rather than the documentation for Tensor.