Skip to content

Commit

Permalink
Updated shuffleboard deprecation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Dec 15, 2024
1 parent 9f364eb commit e649e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/dashboard_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ class _DashboardPageState extends State<DashboardPage> with WindowListener {
action: TextButton(
onPressed: () async {
Uri url = Uri.parse(
'https://frc-elastic.gitbook.io/docs/additional-features-and-references/shuffleboard-api-integration');
'https://frc-elastic.gitbook.io/docs/additional-features-and-references/remote-layout-downloading#shuffleboard-api-migration-guide');

if (await canLaunchUrl(url)) {
await launchUrl(url);
Expand Down

0 comments on commit e649e50

Please sign in to comment.