From b8cdb50eb62f6f9fc6f3f6ae78c8aa0e063ba775 Mon Sep 17 00:00:00 2001 From: Gagan Bhullar Date: Sun, 7 Jul 2024 17:55:05 -0600 Subject: [PATCH] docs: update irrelvant links (#33784) Co-authored-by: hubwriter --- .../publishing-packages/publishing-java-packages-with-gradle.md | 2 +- .../publishing-packages/publishing-java-packages-with-maven.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/publishing-packages/publishing-java-packages-with-gradle.md b/content/actions/publishing-packages/publishing-java-packages-with-gradle.md index 5cb5fdece6..9e042c4b31 100644 --- a/content/actions/publishing-packages/publishing-java-packages-with-gradle.md +++ b/content/actions/publishing-packages/publishing-java-packages-with-gradle.md @@ -31,7 +31,7 @@ For more information about creating a CI workflow for your Java project with Gra You may also find it helpful to have a basic understanding of the following: -* "[AUTOTITLE](/packages/working-with-a-github-packages-registry/working-with-the-npm-registry)" +* "[AUTOTITLE](/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry)" * "[AUTOTITLE](/actions/learn-github-actions/variables)" * "[AUTOTITLE](/actions/security-guides/using-secrets-in-github-actions)" * "[AUTOTITLE](/actions/security-guides/automatic-token-authentication)" diff --git a/content/actions/publishing-packages/publishing-java-packages-with-maven.md b/content/actions/publishing-packages/publishing-java-packages-with-maven.md index 668c0f75d2..3161b483a5 100644 --- a/content/actions/publishing-packages/publishing-java-packages-with-maven.md +++ b/content/actions/publishing-packages/publishing-java-packages-with-maven.md @@ -31,7 +31,7 @@ For more information about creating a CI workflow for your Java project with Mav You may also find it helpful to have a basic understanding of the following: -* "[AUTOTITLE](/packages/working-with-a-github-packages-registry/working-with-the-npm-registry)" +* "[AUTOTITLE](/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry)" * "[AUTOTITLE](/actions/learn-github-actions/variables)" * "[AUTOTITLE](/actions/security-guides/using-secrets-in-github-actions)" * "[AUTOTITLE](/actions/security-guides/automatic-token-authentication)"