Skip to content

Commit

Permalink
Update DataLogTool doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Aug 19, 2024
1 parent a325898 commit d98d1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalogtool/src/main/native/cpp/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static void DisplayMainMenu() {
if (ImGui::MenuItem("Online documentation")) {
wpi::gui::OpenURL(
"https://docs.wpilib.org/en/stable/docs/software/telemetry/"
"datalog.html");
"datalog-download.html");
}
ImGui::EndMenu();
}
Expand Down

0 comments on commit d98d1a7

Please sign in to comment.