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:
91
91
* ** Other languages** : TensorFlow APIs in languages other than Python and C,
92
92
such as:
93
93
94
- - [ C++] ( ../install/lang_c.md ) (exposed through header files in
94
+ - [ C++] ( ../install/lang_c.ipynb ) (exposed through header files in
95
95
[ ` 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)
98
98
- [ JavaScript] ( https://www.tensorflow.org/js )
99
99
100
100
* ** 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`
222
222
format, such as when adding ops, removing ops, or changing the functionality
223
223
of existing ops. The previous section should suffice for most users.
224
224
225
- <a id =" backward_forward " />
225
+ <a id =" backward_forward " ></a >
226
+
226
227
227
228
### Backward and partial forward compatibility
228
229
You can’t perform that action at this time.
0 commit comments