Fix link to supported packages in 'Code Security > Explore dependencies'

This commit is contained in:
Julien Déramond 2024-11-20 22:15:44 +01:00 коммит произвёл GitHub
Родитель ef684f4d98
Коммит bdc64500cb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -85,7 +85,7 @@ For public repositories, the dependents view shows how the repository is used by
You may notice some repositories have a "Used by" section in the sidebar of the **Code** tab. Your repository will have a "Used by" section if: You may notice some repositories have a "Used by" section in the sidebar of the **Code** tab. Your repository will have a "Used by" section if:
* The dependency graph is enabled for the repository (see the above section for more details). * The dependency graph is enabled for the repository (see the above section for more details).
* Your repository contains a package that is published on a [supported package ecosystem](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph#supported-package-ecosystems). * Your repository contains a package that is published on a [supported package ecosystem](/code-security/supply-chain-security/understanding-your-software-supply-chain/dependency-graph-supported-package-ecosystems#supported-package-ecosystems).
* Within the ecosystem, your package has a link to a _public_ repository where the source is stored. * Within the ecosystem, your package has a link to a _public_ repository where the source is stored.
* More than 100 repositories depend on your package. * More than 100 repositories depend on your package.