Skip to content

Commit a494a7b

Browse files
Simplify the links for languages by pointing to the full list directly (#35811)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
1 parent 8d0c7bf commit a494a7b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,7 @@ The concurrent jobs and workflow execution times in {% data variables.product.pr
183183

184184
### Using different languages in {% data variables.product.prodname_actions %}
185185

186-
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:
187-
* [Building and testing Node.js](/actions/automating-builds-and-tests/building-and-testing-nodejs)
188-
* [Building and testing Python](/actions/automating-builds-and-tests/building-and-testing-python)
189-
* [Building and testing PowerShell](/actions/automating-builds-and-tests/building-and-testing-powershell)
190-
* [Building and testing Java with Maven](/actions/automating-builds-and-tests/building-and-testing-java-with-maven)
191-
* [Building and testing Java with Gradle](/actions/automating-builds-and-tests/building-and-testing-java-with-gradle)
192-
* [Building and testing Java with Ant](/actions/automating-builds-and-tests/building-and-testing-java-with-ant)
186+
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).
193187

194188
## Executing scripts
195189

0 commit comments

Comments
 (0)