From fde0264e85d45c9977dc857ecc8257e7322fe8dc Mon Sep 17 00:00:00 2001 From: Chris Johannesen Date: Wed, 22 Sep 2021 16:24:58 -0700 Subject: [PATCH] Updated link to Javadocs. --- Creating-and-Running-an-Op-Mode-(Android-Studio).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creating-and-Running-an-Op-Mode-(Android-Studio).md b/Creating-and-Running-an-Op-Mode-(Android-Studio).md index 7ca5b6e..7ed9a9c 100644 --- a/Creating-and-Running-an-Op-Mode-(Android-Studio).md +++ b/Creating-and-Running-an-Op-Mode-(Android-Studio).md @@ -9,7 +9,7 @@ When you create your classes and op modes, you will to create them in the org.fi The Javadoc reference documentation for the FTC SDK is available online. Visit the following URL to view the FTC SDK documentation: -      http://ftctechnh.github.io/ftc_app/doc/javadoc/index.html +      https://javadoc.io/doc/org.firstinspires.ftc ### Enabling Auto Import The auto import feature of Android Studio is a convenient function that helps save time as you write your op mode. If you would like to enable this feature, select the Editor->General->Auto Import item from the Android Studio Settings screen. This will display the editor's auto import settings.