Skip to content

Commit 96e49ba

Browse files
pintaoz-awspintaoz
and
pintaoz
authored
Fix Tensorflow doc link (#5029)
Co-authored-by: pintaoz <[email protected]>
1 parent 5f672dd commit 96e49ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/frameworks/tensorflow/using_tf.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Training with parameter servers
246246

247247
If you specify parameter_server as the value of the distribution parameter, the container launches a parameter server
248248
thread on each instance in the training cluster, and then executes your training code. You can find more information on
249-
TensorFlow distributed training at `TensorFlow docs <https://www.tensorflow.org/deploy/distributed>`__.
249+
TensorFlow distributed training at `TensorFlow docs <https://www.tensorflow.org/guide/distributed_training>`__.
250250
To enable parameter server training:
251251

252252
.. code:: python

0 commit comments

Comments
 (0)