Skip to content

Commit b1dc666

Browse files
pintaoz-awspintaoz
authored andcommitted
Fix Tensorflow doc link (aws#5029)
Co-authored-by: pintaoz <[email protected]>
1 parent 6f7b0ae commit b1dc666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/frameworks/tensorflow/using_tf.rst

Lines changed: 1 addition & 1 deletion
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)