Make HUD link https (#101461)

It will now send you to the HUD site instead of staying on GitHub and adding the HUD link after the GitHub URL

Pull Request resolved: https://github.com/pytorch/pytorch/pull/101461
Approved by: https://github.com/drisspg
This commit is contained in:
PandaNinjas 2023-05-18 00:11:43 +00:00 committed by PyTorch MergeBot
parent 124d812f38
commit 18f6f30d7c

View File

@ -1228,7 +1228,7 @@ an active PR, CI jobs will be run automatically. Some of these may
fail and you will need to find out why, by looking at the logs.
Fairly often, a CI failure might be unrelated to your changes. You can
confirm by going to our [HUD](hud.pytorch.org) and seeing if the CI job
confirm by going to our [HUD](https://hud.pytorch.org) and seeing if the CI job
is failing upstream already. In this case, you
can usually ignore the failure. See [the following
subsection](#which-commit-is-used-in-ci) for more details.