From 18f6f30d7c84ad0ecb90f59fa58ee3ff1b1d338d Mon Sep 17 00:00:00 2001 From: PandaNinjas Date: Thu, 18 May 2023 00:11:43 +0000 Subject: [PATCH] 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 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 286b34a5233..3baaf626885 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.