From a494a7bddaa0a03937fc2417edc5d55d2b15ef82 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Mon, 6 Jan 2025 10:39:50 -0500 Subject: [PATCH] Simplify the links for languages by pointing to the full list directly (#35811) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../migrating-from-travis-ci-to-github-actions.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md b/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md index fdca1ee9a597..e37b7d91df3f 100644 --- a/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md +++ b/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md @@ -183,13 +183,7 @@ The concurrent jobs and workflow execution times in {% data variables.product.pr ### Using different languages in {% data variables.product.prodname_actions %} -When working with different languages in {% data variables.product.prodname_actions %}, you can create a step in your job to set up your language dependencies. For more information about working with a particular language, see the specific guide: -* [Building and testing Node.js](/actions/automating-builds-and-tests/building-and-testing-nodejs) -* [Building and testing Python](/actions/automating-builds-and-tests/building-and-testing-python) -* [Building and testing PowerShell](/actions/automating-builds-and-tests/building-and-testing-powershell) -* [Building and testing Java with Maven](/actions/automating-builds-and-tests/building-and-testing-java-with-maven) -* [Building and testing Java with Gradle](/actions/automating-builds-and-tests/building-and-testing-java-with-gradle) -* [Building and testing Java with Ant](/actions/automating-builds-and-tests/building-and-testing-java-with-ant) +When working with different languages in {% data variables.product.prodname_actions %}, you can create a step in your job to set up your language dependencies. For more information about working with a particular language, see [AUTOTITLE](/actions/use-cases-and-examples/building-and-testing). ## Executing scripts