From dd9af4803053ed4162f988fb8d8225fceabe9a5e Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Fri, 26 Jul 2019 14:15:51 -0400 Subject: [PATCH] Updated Programming Using Java (markdown) --- Programming-Using-Java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programming-Using-Java.md b/Programming-Using-Java.md index 4c15153..424420c 100644 --- a/Programming-Using-Java.md +++ b/Programming-Using-Java.md @@ -14,7 +14,7 @@ The FTC Control System can be programmed using the Java programming language. T - Not integrated with version control software (such as git). * Click [here](OnBot-Java-Tutorial) to learn how to program with the OnBot Java tool. -2. Android Studio - Android Studio is the development tool that is recommended by Google to author Android apps. Android Studio can be used to create, edit and build _op modes_ for an FTC robot. However, Android Studio is only recommended for experienced programmers. Inexperienced programmers should use the [Blocks programming tool](Blocks-Tutorial) instead. +2. [Android Studio](Android-Studio-Tutorial) - Android Studio is the development tool that is recommended by Google to author Android apps. Android Studio can be used to create, edit and build _op modes_ for an FTC robot. However, Android Studio is only recommended for experienced programmers. Inexperienced programmers should use the [Blocks programming tool](Blocks-Tutorial) instead. * Advantages - It has a very powerful integrated development tool.