From deea48ac9accf3fa5a3b16152c75a372ffe05066 Mon Sep 17 00:00:00 2001 From: Yash Pankhania Date: Thu, 19 Sep 2024 10:48:51 +1000 Subject: [PATCH] fixed linting --- hail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hail.md b/hail.md index c3bf09c..1d73cef 100644 --- a/hail.md +++ b/hail.md @@ -566,7 +566,7 @@ At the moment, this just covers the Google Cloud deployment. ``` -1. Once connected, you can simply use `curl` or `wget` to fetch the cert renewal script from https://github.com/populationgenomics/hail/blob/main/cert_renewal.sh and run it to automate the next steps, or if you wish to do it manually, clone the GitHub repository (if not already done previously): +1. Once connected, you can simply use `curl` or `wget` to fetch the cert renewal script from [Hail Cert Renewal Script](https://github.com/populationgenomics/hail/blob/main/cert_renewal.sh) and run it to automate the next steps with `curl -sSL https://raw.githubusercontent.com/populationgenomics/hail/main/cert_renewal.sh | bash`, or if you wish to do it manually, clone the GitHub repository (if not already done previously): ```bash git clone https://github.com/populationgenomics/hail.git