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.