You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(torchx/docs) fix broken link in kubernetes docs due to github migration from pytorch to meta-pytorch
Summary:
TorchX migrated from https://github.com/pytorch/torchx to https://github.com/meta-pytorch/torchx hence the issue hyperlink in the kubernetes docstring was broken and failing the check-links doc test.
```
Warning, treated as error:
/home/runner/work/torchx/torchx/docs/source/schedulers/kubernetes.rst:8:broken link: #120 (404 Client Error: Not Found for url: #120)
make: *** [Makefile:29: linkcheck] Error 2
(schedulers/kubernetes: line 8)
Error: Process completed with exit code 2.
```
Differential Revision: D83262154
0 commit comments