File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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`
222222format, such as when adding ops, removing ops, or changing the functionality
223223of 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
You can’t perform that action at this time.
0 commit comments