Fixed broken link in github issue summarization example (#235)

This commit is contained in:
Katsunori Kanda 2018-08-27 10:01:31 +09:00 committed by k8s-ci-robot
parent 35786ed9cb
commit 1b7df0c141
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ kubectl --namespace=${NAMESPACE} cp ${PODNAME}:/home/jovyan/examples/github_issu
```
For information on:
- [Training the model using TFJob](02_training_model_tfjob.md)
- [Training the model using TFJob](02_training_the_model_tfjob.md)
- [Distributed training using tensor2tensor](02_tensor2tensor_training.md)
*Next*: [Serving the model](03_serving_the_model.md)