diff --git a/lib/pages/dashboard_page.dart b/lib/pages/dashboard_page.dart index 6d4a5133..55b3b6fe 100644 --- a/lib/pages/dashboard_page.dart +++ b/lib/pages/dashboard_page.dart @@ -738,7 +738,7 @@ class _DashboardPageState extends State 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); diff --git a/pubspec.yaml b/pubspec.yaml index 8560f9b1..6c2a2fdb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: elastic_dashboard description: A simple and modern dashboard for FRC. publish_to: 'none' -version: 2025.0.0-beta-4 +version: 2025.0.0-beta-5 environment: sdk: '>=3.0.2 <4.0.0'