[doc] update job retry doc link to section level (#1662)

* update job retry faq link

* update the link area
This commit is contained in:
Yanjie Gao 2018-11-30 11:39:10 +08:00 коммит произвёл GitHub
Родитель 1e2202c075
Коммит 3574ffda9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@ A: We recommend deploying them on the same subnet. In theory, as long as the net
### Q: If user find a job to retry multiple times, how to diagnose the cause?
A: Users can find historical job logs through yarn. Please check [issue-1072](https://github.com/Microsoft/pai/issues/1072)'s answer and [job_log.md](./job_log.md)'s introduction.
A: Users can find historical job logs through yarn. Please check [issue-1072](https://github.com/Microsoft/pai/issues/1072)'s answer and job log doc's section:[Diagnostic job retried many times reason](./job_log.md#retry) introduction.
### Q: How to diagnose job problems through logs?