Skip to content

Commit fe040db

Browse files
Merge pull request #2211 from tiruk007:patch-3
PiperOrigin-RevId: 521785223
2 parents 0cf3f33 + 6c38898 commit fe040db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/en/install/lang_java_legacy.md

Lines changed: 3 additions & 3 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=/java>the replacement</a> is stable.
4+
version of TensorFlow once [the replacement](https://www.tensorflow.org/jvm) 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](./gpu.md), 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
@@ -171,7 +171,7 @@ Note: On Windows, the native library (`tensorflow_jni.dll`) requires
171171

172172
### Compile
173173

174-
Using the `HelloTensorFlow.java` file from the [previous example](#example),
174+
Using the `HelloTensorFlow.java` file from the [previous example](#example-program),
175175
compile a program that uses TensorFlow. Make sure the `libtensorflow.jar` is
176176
accessible to your `classpath`:
177177

0 commit comments

Comments
 (0)