Skip to content

Commit ba65d54

Browse files
authored
Merge pull request #9044 from typhoonzero/fix_deadlink
Fix distributed train doc deadlink
2 parents ad6b59e + 7957e86 commit ba65d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fluid/design/dist_train/distributed_architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Cluster environment.
155155
<img src="src/remote_executor.png" width="500" align="center" />
156156

157157
`RemoteExecutor.run` sends the `ProgramDesc` and
158-
[TrainingJob](https://github.com/PaddlePaddle/cloud/blob/develop/doc/autoscale/README.md#training-job-resource)
158+
[TrainingJob](https://github.com/PaddlePaddle/cloud/blob/unreleased-tpr/doc/autoscale/README.md#training-job-resource)
159159
to a server in the cluster which executes `RemoteExecutor.listen`. This server is responsible
160160
to start the final Kubernetes Jobs to run the different role of `ProgramDesc` from `ConfigMap`.
161161

0 commit comments

Comments
 (0)