Skip to content

Commit f4783a9

Browse files
authored
Fixed the broken link in versions.md
Fixed the broken link for Python in line 37
1 parent 0c78d6d commit f4783a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ release 0.12.1. However, release 1.1.1 was backwards *compatible* with release
3434
Only the public APIs of TensorFlow are backwards compatible across minor and
3535
patch versions. The public APIs consist of
3636

37-
* All the documented [Python](../api_docs/python) functions and classes in the
37+
* All the documented [Python](https://www.tensorflow.org/api_docs/python) functions and classes in the
3838
`tensorflow` module and its submodules, except for
3939

4040
* Private symbols: any function, class, etc., whose name start with `_`

0 commit comments

Comments
 (0)