Skip to content

Commit c9e42a6

Browse files
authored
Fix a small syntax bug (github#15801)
* Fix a small syntax bug * Fix some more minor typos * Uno mas typo
1 parent 3c039a6 commit c9e42a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/admin/configuration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ versions:
5353
{% if currentVersion ver_gt "enterprise-server@2.21" %}
5454
{% note %}
5555

56-
**Note:** To configure {% data variables.product.prodname_actions %} or {% data variables.product.prodname_registry %} for your enterprise, see "[Managing GitHub Actions for your enterprise](/admin/github-actions)" or "[Managing GitHub Packages for your enterprise](admin/packages)."
56+
**Note:** To configure {% data variables.product.prodname_actions %} or {% data variables.product.prodname_registry %} for your enterprise, see "[Managing GitHub Actions for your enterprise](/admin/github-actions)" or "[Managing GitHub Packages for your enterprise](/admin/packages)."
5757

5858
{% endnote %}
5959
{% endif %}

content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before you can use the Docker registry on {% data variables.product.prodname_reg
3131

3232
{% data reusables.package_registry.docker_registry_deprecation_status %}
3333

34-
{% data reusables.package_registry.authenticate-packages }}
34+
{% data reusables.package_registry.authenticate-packages %}
3535

3636
#### Authenticating with a personal access token
3737

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% warning %}
22

3-
**Note:** The {% data variables.product.prodname_registry %} Docker registry will be superseded by {% data variables.productprodname_github_container_registry %}{% if currentVersion != "free-pro-team@latest" %} in a future {% data variables.product.product.product_name %} release{% endif %}.{% if currentVersion == "free-pro-team@latest" %} To learn how to migrate your existing Docker images and any workflows using them, see "[Migrating to {% data variables.product.prodname_github_container_registry %} for Docker images](/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images)" and "[Getting started with {% data variables.product.prodname_github_container_registry %}](/packages/getting-started-with-github-container-registry)."{% endif %}
3+
**Note:** The {% data variables.product.prodname_registry %} Docker registry will be superseded by {% data variables.product.prodname_github_container_registry %}{% if currentVersion != "free-pro-team@latest" %} in a future {% data variables.product.product_name %} release{% endif %}.{% if currentVersion == "free-pro-team@latest" %} To learn how to migrate your existing Docker images and any workflows using them, see "[Migrating to {% data variables.product.prodname_github_container_registry %} for Docker images](/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images)" and "[Getting started with {% data variables.product.prodname_github_container_registry %}](/packages/getting-started-with-github-container-registry)."{% endif %}
44

55
{% endwarning %}

0 commit comments

Comments
 (0)