We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b1e59 commit 7d684b5Copy full SHA for 7d684b5
1 file changed
site/en/install/lang_java_legacy.md
@@ -1,7 +1,7 @@
1
# Install TensorFlow for Java
2
3
Warning: TensorFlow for Java is deprecated and will be removed in a future
4
-version of TensorFlow once <a href=https://github.com/tensorflow/java>the replacement</a> is stable.
+version of TensorFlow once [the replacement](https://github.com/tensorflow/java) is stable.
5
6
TensorFlow provides a
7
[Java API](https://www.tensorflow.org/api_docs/java/reference/org/tensorflow/package-summary)—
@@ -40,7 +40,7 @@ add the dependency to the project's `pom.xml` file:
40
41
### GPU support
42
43
-If your system has [GPU support](https://www.tensorflow.org/install/pip), add the following TensorFlow
+If your system has [GPU support](./pip.md), add the following TensorFlow
44
dependencies to the project's `pom.xml` file:
45
46
```xml
0 commit comments