From bec344f6e95d10f60ac451c8b56d0403a52baaee Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 7 Jun 2020 12:04:39 +0800 Subject: [PATCH] Fixed references in the Docs. --- README.md | 2 +- _posts/2019-08-09-getting-started.md | 2 +- docs/README_zh-CN.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a71f973..fe4b713 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ The generated static files will be placed in the root of `/path/to/local/project #### Finishing work -No matter which way you choose to deploy the website on GitHub, please enforce the `HTTPS` for it. See official docs: [Configuring a publishing source for your GitHub Pages site](https://help.github.com/en/github/working-with-github-pages/securing-your-github-pages-site-with-https). +No matter which way you choose to deploy the website on GitHub, please enforce the `HTTPS` for it. See official docs: [Securing your GitHub Pages site with HTTPS](https://help.github.com/en/github/working-with-github-pages/securing-your-github-pages-site-with-https). ### Documentation diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index b734f9a..16f8ad3 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -201,4 +201,4 @@ The generated static files will be placed in the root of `/path/to/local/project ### Finishing work -No matter which way you choose to deploy the website on GitHub, please enforce the `HTTPS` for it. See official docs: [Configuring a publishing source for your GitHub Pages site](https://help.github.com/en/github/working-with-github-pages/securing-your-github-pages-site-with-https). +No matter which way you choose to deploy the website on GitHub, please enforce the `HTTPS` for it. See official docs: [Securing your GitHub Pages site with HTTPS](https://help.github.com/en/github/working-with-github-pages/securing-your-github-pages-site-with-https). diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md index 8efe64e..604c1ca 100644 --- a/docs/README_zh-CN.md +++ b/docs/README_zh-CN.md @@ -238,7 +238,7 @@ $ bash tools/build.sh -d /path/to/local/project/ #### 结束工作 -无论你选择了哪种方式部署网站到 GitHub Pages, 请开启 `HTTPS` 功能。具体细节参考官方说明:[Configuring a publishing source for your GitHub Pages site](https://help.github.com/en/github/working-with-github-pages/securing-your-github-pages-site-with-https)。 +无论你选择了哪种方式部署网站到 GitHub Pages, 请开启 `HTTPS` 功能。具体细节参考官方说明:[Securing your GitHub Pages site with HTTPS](https://help.github.com/en/github/working-with-github-pages/securing-your-github-pages-site-with-https)。 ### 文档