Skip to content

Commit 7d684b5

Browse files
authored
Update links in Java legacy markdown
1 parent 70b1e59 commit 7d684b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/install/lang_java_legacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Install TensorFlow for Java
22

33
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.
4+
version of TensorFlow once [the replacement](https://github.com/tensorflow/java) is stable.
55

66
TensorFlow provides a
77
[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:
4040

4141
### GPU support
4242

43-
If your system has [GPU support](https://www.tensorflow.org/install/pip), add the following TensorFlow
43+
If your system has [GPU support](./pip.md), add the following TensorFlow
4444
dependencies to the project's `pom.xml` file:
4545

4646
```xml

0 commit comments

Comments
 (0)