Skip to content

Commit 8246c1c

Browse files
fergushendersoncopybara-github
authored andcommitted
Fix formatting errors in links.
This makes the link on line 214-215 consistent with the link on line 205-206. PiperOrigin-RevId: 592603752
1 parent 0993ccc commit 8246c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/guide/versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ These include:
203203
such as:
204204

205205
- [C++](../install/lang_c.ipynb) (exposed through header files in
206-
[`tensorflow/cc`](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/cc)).
206+
[`tensorflow/cc/`](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/cc)).
207207
- [Java](../install/lang_java_legacy.md),
208208
- [Go](https://github.com/tensorflow/build/blob/master/golang_install_guide/README.md)
209209
- [JavaScript](https://www.tensorflow.org/js)
@@ -212,7 +212,7 @@ These include:
212212
Objective-C, and Swift, in particular
213213

214214
- **C++** (exposed through header files in
215-
[`tensorflow/lite/`]\(https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/\))
215+
[`tensorflow/lite/`](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/))
216216

217217
* **Details of composite ops:** Many public functions in Python expand to
218218
several primitive ops in the graph, and these details will be part of any

0 commit comments

Comments
 (0)