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
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 286b34a..3baaf62 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1228,7 +1228,7 @@
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.