Skip to content

Commit 375175b

Browse files
committed
Doc: fix brocken links.
1 parent 8a8ae9c commit 375175b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/v2/howto/cluster/multi_cluster/k8s_distributed_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Training docker image needs to package the paddle pserver and paddle trainer run
4141
- Generating the initialization arguments for `Paddle PServer` and `Paddle Training` processes.
4242

4343
Since the paddlepaddle official docker image already has the runtimes we need, we'll take it as the base image and pack some additional scripts for the processes mentioned above to build our training image. for more detail, please find from the following link:
44-
- https://github.com/PaddlePaddle/Paddle/blob/develop/doc/howto/usage/cluster/src/k8s_train/Dockerfile
44+
- https://github.com/PaddlePaddle/Paddle/tree/develop/doc/v2/howto/cluster/multi_cluster/src/k8s_train/Dockerfile
4545

4646

4747
```bash
@@ -62,7 +62,7 @@ represent the Docker Image which built in this step.
6262
### Prepare Training Data
6363

6464
We can download and split the training job by creating a Kubernetes Job, or custom your image
65-
by editing [k8s_train](./src/k8s_train/).
65+
by editing [k8s_train](https://github.com/PaddlePaddle/Paddle/tree/develop/doc/v2/howto/cluster/multi_cluster/src/k8s_train).
6666

6767
Before creating a Job, we need to bind a [persistenVolumeClaim](https://kubernetes.io/docs/user-guide/persistent-volumes) by the different type of
6868
the different file system, the generated dataset would be saved on this volume.

0 commit comments

Comments
 (0)