diff --git a/ADOPTERS.md b/ADOPTERS.md
index 40f1255e8..95ae64627 100644
--- a/ADOPTERS.md
+++ b/ADOPTERS.md
@@ -8,32 +8,32 @@ publicly at this time.
There are many additional adopters of Harbor in the evaluating phase that will
be added to this list as they transition to production deployments.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
## Success Stories
**JD.com:** Harbor is the registry service of JD.com’s JDOS
@@ -83,4 +83,4 @@ and scan customized container images for different business applications, like
ELK stack, as part of their CI/CD pipeline.
# Adding a logo
-If you would like to add your logo to the `Users and Partners of Harbor` section of the website, add a PNG version of your logo to the docs/img directory in this repo and submit a pull request with your change. Name the image file something that reflects your company (e.g., if your company is called Acme, name the image acme.png). We will follow up and make the change in the goharbor.io website as well.
+If you would like to add your logo to the `Users and Partners of Harbor` section of the website, add a PNG version of your logo to the docs/adopters directory in this repo and submit a pull request with your change. Name the image file something that reflects your company (e.g., if your company is called Acme, name the image acme.png). We will follow up and make the change in the goharbor.io website as well.
diff --git a/docs/1.10/README.md b/docs/1.10/README.md
new file mode 100644
index 000000000..78744b72d
--- /dev/null
+++ b/docs/1.10/README.md
@@ -0,0 +1,88 @@
+Harbor Documentation
+
+This is the main table of contents for the Harbor 1.10.x documentation.
+
+## Harbor Installation and Configuration
+
+This section describes how to install Harbor and perform the required initial configurations. These day 1 operations are performed by the Harbor Administrator.
+
+- [Introduction](install_config/_index.md)
+- [Test Harbor with the Demo Server](install_config/demo_server.md)
+- [Harbor Compatibility List](install_config/harbor_compatibility_list.md)
+- [Harbor Installation Prerequisites](install_config/installation_prereqs.md)
+- [Download the Harbor Installer](install_config/download_installer.md)
+- [Configure HTTPS Access to Harbor](install_config/configure_https.md)
+- [Configure the Harbor YML File](install_config/configure_yml_file.md)
+- [Run the Installer Script](install_config/run_installer_script.md)
+- [Deploying Harbor with High Availability via Helm](install_config/harbor_ha_helm.md)
+- [Deploy Harbor with the Quick Installation Script](install_config/quick_install_script.md)
+- [Troubleshooting Harbor Installation](install_config/troubleshoot_installation.md)
+- [Reconfigure Harbor and Manage the Harbor Lifecycle](install_config/reconfigure_manage_lifecycle.md)
+- [Customize the Harbor Token Service](install_config/customize_token_service.md)
+- [Configure Harbor User Settings at the Command Line](install_config/configure_user_settings_cli.md)
+
+## Harbor Administration
+
+This section describes how to use and maintain Harbor after deployment. These day 2 operations are performed by the Harbor Administrator.
+
+- [Introduction](administration/_index.md)
+- [Configuring Authentication](administration/configure_authentication/configure_authentication.md)
+ - [Configure Database Authentication](administration/configure_authentication/db_auth.md)
+ - [Configure LDAP/Active Directory Authentication](administration/configure_authentication/ldap_auth.md)
+ - [Configure OIDC Provider Authentication](administration/configure_authentication/oidc_auth.md)
+- [Role Based Access Control](administration/managing_users/rbac.md)
+ - [User Permissions By Role](administration/managing_users/user_permissions_by_role.md)
+ - [Create User Accounts in Database Mode](administration/managing_users/create_users_db.md)
+- [Configure Global Settings](administration/general_settings.md)
+- [Configure Project Quotas](administration/configure_project_quotas.md)
+- [Configuring Replication](administration/configuring_replication/configuring_replication.md)
+ - [Create Replication Endpoints](administration/configuring_replication/create_replication_endpoints.md)
+ - [Create Replication Rules](administration/configuring_replication/create_replication_rules.md)
+ - [Manage Replications](administration/configuring_replication/manage_replications.md)
+- [Vulnerability Scanning](administration/vulnerability_scanning/vulnerability_scanning.md)
+ - [Connect Harbor to Additional Vulnerability Scanners](administration/vulnerability_scanning/pluggable_scanners.md)
+ - [Scan Individual Images](administration/vulnerability_scanning/scan_individual_image.md)
+ - [Scan All Images](administration/vulnerability_scanning/scan_all_images.md)
+ - [Schedule Scans](administration/vulnerability_scanning/schedule_scans.md)
+ - [Import Vulnerability Data to an Offline Harbor instance](administration/vulnerability_scanning/import_vulnerability_data.md)
+ - [Configure System-Wide CVE Whitelists](administration/vulnerability_scanning/configure_system_whitelist.md)
+- [Garbage Collection](administration/garbage_collection.md)
+- [Upgrade Harbor and Migrate Data](administration/upgrade/upgrade_migrate_data.md)
+ - [Upgrading Harbor Deployed with Helm](administration/upgrade/helm_upgrade.md)
+ - [Roll Back an Upgrade](administration/upgrade/roll_back_upgrade.md)
+ - [Test Harbor Upgrade](administration/upgrade/upgradetest.md)
+
+## Working with Harbor Projects
+
+This section describes how users with the developer, master, and project administrator roles manage and participate in Harbor projects.
+
+- [Introduction](working_with_projects/_index.md)
+- [Create Projects](working_with_projects/create_projects.md)
+ - [Assign Users to a Project](working_with_projects/add_users.md)
+- [Project Configuration](working_with_projects/project_configuration.md)
+ - [Access and Search Project Logs](working_with_projects/access_project_logs.md)
+ - [Create Robot Accounts](working_with_projects/create_robot_accounts.md)
+ - [Configure Webhook Notifications](working_with_projects/configure_webhooks.md)
+ - [Configure a Per-Project CVE Whitelist](working_with_projects/configure_project_whitelist.md)
+ - [Implementing Content Trust](working_with_projects/implementing_content_trust.md)
+- [Working with Images, Tags, and Helm Charts](working_with_projects/working_with_images.md)
+ - [Pulling and Pushing Images](working_with_projects/pulling_pushing_images.md)
+ - [Create Labels](working_with_projects/create_labels.md)
+ - [Retag Images](working_with_projects/retagging_images.md)
+ - [Create Tag Retention Rules](working_with_projects/create_tag_retention_rules.md)
+ - [Create Tag Immutability Rules](working_with_projects/create_tag_immutability_rules.md)
+ - [Manage Kubernetes Packages with Helm Charts](working_with_projects/managing_helm_charts.md)
+
+## Build, Customize, and Contribute to Harbor
+
+This section describes how developers can build from Harbor source code, customize their deployments, and contribute to the open-source Harbor project.
+
+- [Build Harbor from Source Code](build_customize_contribute/compile_guide.md)
+- [Developing the Harbor Frontend](build_customize_contribute/ui_contribution_get_started.md)
+- [Customize the Harbor Look & Feel ](build_customize_contribute/customize_look_feel.md)
+- [Developing for Internationalization](build_customize_contribute/developer_guide_i18n.md)
+- [Using Make](build_customize_contribute/use_make.md)
+- [View and test Harbor REST API via Swagger](build_customize_contribute/configure_swagger.md)
+- [Registry Landscape](build_customize_contribute/registry_landscape.md)
+
+See also the list of [Articles from the Harbor Community](https://github.com/goharbor/harbor/blob/master/docs/README.md#articles-from-the-community).
\ No newline at end of file
diff --git a/docs/README.md b/docs/README.md
index e5563b540..46c0c10f1 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,6 +1,6 @@
# User and Developer Documentation
-For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
diff --git a/docs/adopters/360.png b/docs/adopters/360.png
new file mode 100644
index 000000000..bb8feab6b
Binary files /dev/null and b/docs/adopters/360.png differ
diff --git a/docs/adopters/Yanrong.jpg b/docs/adopters/Yanrong.jpg
new file mode 100644
index 000000000..3a4d892d4
Binary files /dev/null and b/docs/adopters/Yanrong.jpg differ
diff --git a/docs/adopters/anchore_logo.png b/docs/adopters/anchore_logo.png
new file mode 100644
index 000000000..289da968e
Binary files /dev/null and b/docs/adopters/anchore_logo.png differ
diff --git a/docs/adopters/axatp.png b/docs/adopters/axatp.png
new file mode 100644
index 000000000..2401c56c8
Binary files /dev/null and b/docs/adopters/axatp.png differ
diff --git a/docs/adopters/beyondsoft.png b/docs/adopters/beyondsoft.png
new file mode 100644
index 000000000..49867c396
Binary files /dev/null and b/docs/adopters/beyondsoft.png differ
diff --git a/docs/adopters/bingocloud.png b/docs/adopters/bingocloud.png
new file mode 100644
index 000000000..d1fac9f19
Binary files /dev/null and b/docs/adopters/bingocloud.png differ
diff --git a/docs/adopters/bocoit.png b/docs/adopters/bocoit.png
new file mode 100644
index 000000000..7560b646f
Binary files /dev/null and b/docs/adopters/bocoit.png differ
diff --git a/docs/adopters/boer.png b/docs/adopters/boer.png
new file mode 100644
index 000000000..af54d40f6
Binary files /dev/null and b/docs/adopters/boer.png differ
diff --git a/docs/adopters/caicloud.png b/docs/adopters/caicloud.png
new file mode 100644
index 000000000..37e26c0ec
Binary files /dev/null and b/docs/adopters/caicloud.png differ
diff --git a/docs/adopters/china-mobile.png b/docs/adopters/china-mobile.png
new file mode 100644
index 000000000..98e3589da
Binary files /dev/null and b/docs/adopters/china-mobile.png differ
diff --git a/docs/adopters/cloudchef.png b/docs/adopters/cloudchef.png
new file mode 100644
index 000000000..2a5cd00c4
Binary files /dev/null and b/docs/adopters/cloudchef.png differ
diff --git a/docs/adopters/cloudstar.png b/docs/adopters/cloudstar.png
new file mode 100644
index 000000000..fe0a58904
Binary files /dev/null and b/docs/adopters/cloudstar.png differ
diff --git a/docs/adopters/datayes.png b/docs/adopters/datayes.png
new file mode 100644
index 000000000..707aacfe5
Binary files /dev/null and b/docs/adopters/datayes.png differ
diff --git a/docs/adopters/hydsoft.png b/docs/adopters/hydsoft.png
new file mode 100644
index 000000000..0a694fa67
Binary files /dev/null and b/docs/adopters/hydsoft.png differ
diff --git a/docs/adopters/ifre.png b/docs/adopters/ifre.png
new file mode 100644
index 000000000..de0d4cbea
Binary files /dev/null and b/docs/adopters/ifre.png differ
diff --git a/docs/adopters/jd.png b/docs/adopters/jd.png
new file mode 100644
index 000000000..d21d155e0
Binary files /dev/null and b/docs/adopters/jd.png differ
diff --git a/docs/adopters/openedutainment.png b/docs/adopters/openedutainment.png
new file mode 100644
index 000000000..45def4daa
Binary files /dev/null and b/docs/adopters/openedutainment.png differ
diff --git a/docs/adopters/pivotal.png b/docs/adopters/pivotal.png
new file mode 100644
index 000000000..7b5a47ec0
Binary files /dev/null and b/docs/adopters/pivotal.png differ
diff --git a/docs/adopters/rancher.png b/docs/adopters/rancher.png
new file mode 100644
index 000000000..99d095776
Binary files /dev/null and b/docs/adopters/rancher.png differ
diff --git a/docs/adopters/slamtec.png b/docs/adopters/slamtec.png
new file mode 100644
index 000000000..df3a46427
Binary files /dev/null and b/docs/adopters/slamtec.png differ
diff --git a/docs/adopters/talkingdata.png b/docs/adopters/talkingdata.png
new file mode 100644
index 000000000..c0b69622b
Binary files /dev/null and b/docs/adopters/talkingdata.png differ
diff --git a/docs/adopters/tenxcloud.png b/docs/adopters/tenxcloud.png
new file mode 100644
index 000000000..8db40928b
Binary files /dev/null and b/docs/adopters/tenxcloud.png differ
diff --git a/docs/adopters/trendmicro.png b/docs/adopters/trendmicro.png
new file mode 100644
index 000000000..589254d29
Binary files /dev/null and b/docs/adopters/trendmicro.png differ
diff --git a/docs/adopters/wangyi.png b/docs/adopters/wangyi.png
new file mode 100644
index 000000000..13aad21b2
Binary files /dev/null and b/docs/adopters/wangyi.png differ
diff --git a/docs/adopters/wise2c.png b/docs/adopters/wise2c.png
new file mode 100644
index 000000000..eca8db2cb
Binary files /dev/null and b/docs/adopters/wise2c.png differ
diff --git a/docs/compile_guide.md b/docs/compile_guide.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/compile_guide.md
+++ b/docs/compile_guide.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/configure_https.md b/docs/configure_https.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/configure_https.md
+++ b/docs/configure_https.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/configure_swagger.md b/docs/configure_swagger.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/configure_swagger.md
+++ b/docs/configure_swagger.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/configure_user_settings.md b/docs/configure_user_settings.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/configure_user_settings.md
+++ b/docs/configure_user_settings.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/customize_look&feel_guide.md b/docs/customize_look&feel_guide.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/customize_look&feel_guide.md
+++ b/docs/customize_look&feel_guide.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/customize_token_service.md b/docs/customize_token_service.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/customize_token_service.md
+++ b/docs/customize_token_service.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/demo_server.md b/docs/demo_server.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/demo_server.md
+++ b/docs/demo_server.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/developer_guide_i18n.md b/docs/developer_guide_i18n.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/developer_guide_i18n.md
+++ b/docs/developer_guide_i18n.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/harbor_compatibility_list.md b/docs/harbor_compatibility_list.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/harbor_compatibility_list.md
+++ b/docs/harbor_compatibility_list.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/import_vulnerability_data.md b/docs/import_vulnerability_data.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/import_vulnerability_data.md
+++ b/docs/import_vulnerability_data.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/installation_guide.md b/docs/installation_guide.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/installation_guide.md
+++ b/docs/installation_guide.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/kubernetes_deployment.md b/docs/kubernetes_deployment.md
index 205c5e817..18e4c53d3 100644
--- a/docs/kubernetes_deployment.md
+++ b/docs/kubernetes_deployment.md
@@ -1,4 +1,4 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
diff --git a/docs/manage_role_by_ldap_group.md b/docs/manage_role_by_ldap_group.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/manage_role_by_ldap_group.md
+++ b/docs/manage_role_by_ldap_group.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/migration_guide.md b/docs/migration_guide.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/migration_guide.md
+++ b/docs/migration_guide.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/permissions.md b/docs/permissions.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/permissions.md
+++ b/docs/permissions.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/registry_landscape.md b/docs/registry_landscape.md
index 270f0bd4d..c48d0f28f 100644
--- a/docs/registry_landscape.md
+++ b/docs/registry_landscape.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/ui_contribution_get_started.md b/docs/ui_contribution_get_started.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/ui_contribution_get_started.md
+++ b/docs/ui_contribution_get_started.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/upgradetest.md b/docs/upgradetest.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/upgradetest.md
+++ b/docs/upgradetest.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/use_make.md b/docs/use_make.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/use_make.md
+++ b/docs/use_make.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/use_notary.md b/docs/use_notary.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/use_notary.md
+++ b/docs/use_notary.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file
diff --git a/docs/user_guide.md b/docs/user_guide.md
index 49a9fda65..ab357f0b7 100644
--- a/docs/user_guide.md
+++ b/docs/user_guide.md
@@ -1,3 +1,3 @@
-This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/index.md.
+This content has moved. For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/.
For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder.
\ No newline at end of file