From 8a9184d4b07e472121428fdfafafd8c590edb9b3 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Tue, 12 Jan 2021 19:48:57 -0800 Subject: [PATCH] Update SmartDashboard maven location (#150) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ab7cbb..010be03 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The WPILib Mission is to enable FIRST teams to focus on writing game-specific so # Getting SmartDashboard -The latest release build of SmartDashboard can be found on [WPI's server](https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/wpilib/SmartDashboard/). First select the version you would like to download. Once inside the version directory, the largest file listed is the jar file. You can check what each file is by hovering over the link which will reveal the full path, including the extension. +The latest release build of SmartDashboard can be found on [WPI's server](https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/tools/SmartDashboard/). First select the version you would like to download. Once inside the version directory, the largest file listed is the jar file. You can check what each file is by hovering over the link which will reveal the full path, including the extension. ## Requirements - [Java 11](https://adoptopenjdk.net/)