From 68ebe5a81018e5fc5235508a818f692045350c92 Mon Sep 17 00:00:00 2001 From: Arron Zou Date: Fri, 27 Aug 2021 20:23:14 +0800 Subject: [PATCH] docs(deploy.md): fix url address (#374) --- 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