From 62a4e3c213d4cbdb27c08d9456aaff5b583bca07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Nh=E1=BA=ADt=20Minh=20=C4=90=E1=BA=B7ng?= <73318601+minh-dng@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:19:18 +0700 Subject: [PATCH] Docs: Dead links at types of GitHub Pages sites. (#3764) --- docs/user-guide/deploying-your-docs.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/deploying-your-docs.md b/docs/user-guide/deploying-your-docs.md index 7849e729..8224cb9a 100644 --- a/docs/user-guide/deploying-your-docs.md +++ b/docs/user-guide/deploying-your-docs.md @@ -8,8 +8,8 @@ A basic guide to deploying your docs to various hosting providers If you host the source code for a project on [GitHub], you can easily use [GitHub Pages] to host the documentation for your project. There are two basic -types of GitHub Pages sites: [Project Pages] sites, and [User and Organization -Pages] sites. They are nearly identical but have some important differences, +[types of GitHub Pages sites]: Project Pages sites, and User and Organization +Pages sites. They are nearly identical but have some important differences, which require a different work flow when deploying. ### Project Pages @@ -95,8 +95,7 @@ documentation on [Troubleshooting custom domains]. [GitHub]: https://github.com/ [GitHub Pages]: https://pages.github.com/ -[Project Pages]: https://help.github.com/articles/user-organization-and-project-pages/#project-pages-sites -[User and Organization Pages]: https://help.github.com/articles/user-organization-and-project-pages/#user-and-organization-pages-sites +[types of GitHub Pages sites]: https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#types-of-github-pages-sites [ghp-import]: https://github.com/davisp/ghp-import [remote_branch]: ./configuration.md#remote_branch [Custom Domain]: https://help.github.com/articles/adding-or-removing-a-custom-domain-for-your-github-pages-site