From 687954b9d535b178b531f965f6947e8869785260 Mon Sep 17 00:00:00 2001 From: Craig MacFarlane Date: Tue, 21 Sep 2021 13:13:23 -0700 Subject: [PATCH] Updated OnBot Java Reference Info (markdown) --- OnBot-Java-Reference-Info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OnBot-Java-Reference-Info.md b/OnBot-Java-Reference-Info.md index aa8b4d8..b7c5295 100644 --- a/OnBot-Java-Reference-Info.md +++ b/OnBot-Java-Reference-Info.md @@ -1,7 +1,7 @@ ### Javadoc Reference Pages As you start to write more complicated op modes, you will need to use more features of the FIRST Tech Challenge software development kit (SDK). You can reference online Javadoc material that provide descriptions of the available FIRST Tech Challenge-related classes and methods, at the following web address: -[https://first-tech-challenge.github.io/SkyStone/doc/javadoc/index.html](https://first-tech-challenge.github.io/SkyStone/doc/javadoc/index.html) +[https://javadoc.io/doc/org.firstinspires.ftc](https://javadoc.io/doc/org.firstinspires.ftc) ### Sample Op Modes