Consistently use "Git Update Detection"

This commit is contained in:
rubenwardy
2021-01-30 15:09:31 +00:00
parent 2fddc276de
commit 84d7030f7d
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ title: Help
* [Package Inclusion Policy and Guidance](/policy_and_guidance/)
* [Package Tags](package_tags)
* [Automatic Update Detection](update_config)
* [Git Update Detection](update_config)
* [Creating Releases using Webhooks](release_webhooks)
* [Package Configuration and Releases Guide](package_config)

View File

@@ -11,7 +11,7 @@ you can also use the [API](../api) to create releases.
ContentDB also offers the ability to poll a Git repo and check for updates
without any web hooks, this is limited to once a day.
See [Automatic Update Detection](/help/update_config/).
See [Git Update Detection](/help/update_config/).
The process is as follows:

View File

@@ -1,4 +1,4 @@
title: Automatic Update Detection
title: Git Update Detection
## Introduction