Skip to content

Commit

Permalink
Fix formatting errors in links.
Browse files Browse the repository at this point in the history
This makes the link on line 214-215 consistent with the link on line 205-206.

PiperOrigin-RevId: 592603752
  • Loading branch information
fergushenderson authored and copybara-github committed Dec 20, 2023
1 parent 0993ccc commit 8246c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/en/guide/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ These include:
such as:

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

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

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

0 comments on commit 8246c1c

Please sign in to comment.