From 53437f6e1e20fe2ca8993b90fbba85dc8f20c69f Mon Sep 17 00:00:00 2001 From: Arron Zou Date: Fri, 27 Aug 2021 18:50:49 +0800 Subject: [PATCH] docs(deploy.md): fix url address block The url `http://surge.sh/help/adding-a-custom-domai` could be blocked without `s`, use `https` instead for security and accessibility. --- docs/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/deploy.md b/docs/guide/deploy.md index 007e4816..4221893c 100644 --- a/docs/guide/deploy.md +++ b/docs/guide/deploy.md @@ -202,7 +202,7 @@ pages: 3. Deploy to surge by typing `surge docs/.vitepress/dist`. -You can also deploy to a [custom domain](http://surge.sh/help/adding-a-custom-domain) by adding `surge docs/.vitepress/dist yourdomain.com`. +You can also deploy to a [custom domain](https://surge.sh/help/adding-a-custom-domain) by adding `surge docs/.vitepress/dist yourdomain.com`. ## Heroku