Skip to content

Commit 67f48e1

Browse files
Merge pull request #2175 from mohantym:version_md_update
PiperOrigin-RevId: 501938353
2 parents b1b3a67 + 7906220 commit 67f48e1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

site/en/guide/versions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ These include:
9191
* **Other languages**: TensorFlow APIs in languages other than Python and C,
9292
such as:
9393

94-
- [C++](../install/lang_c.md) (exposed through header files in
94+
- [C++](../install/lang_c.ipynb) (exposed through header files in
9595
[`tensorflow/cc`](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/cc)).
96-
- [Java](../install/lang_java.md),
97-
- [Go](../install/lang_go.md)
96+
- [Java](../install/lang_java_legacy.md),
97+
- [Go](https://github.com/tensorflow/build/blob/master/golang_install_guide/README.md)
9898
- [JavaScript](https://www.tensorflow.org/js)
9999

100100
* **Details of composite ops:** Many public functions in Python expand to
@@ -222,7 +222,8 @@ This section is relevant only when making incompatible changes to the `GraphDef`
222222
format, such as when adding ops, removing ops, or changing the functionality
223223
of existing ops. The previous section should suffice for most users.
224224

225-
<a id="backward_forward"/>
225+
<a id="backward_forward"></a>
226+
226227

227228
### Backward and partial forward compatibility
228229

0 commit comments

Comments
 (0)