From 6a76bcd4abb3ab211790fe3e81f67a889446c939 Mon Sep 17 00:00:00 2001 From: Ahmad Fakhri <105256764+fa-fifi@users.noreply.github.com> Date: Sat, 8 Nov 2025 19:48:30 +0800 Subject: [PATCH] Fix broken link in README.md --- packages/flutter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/README.md b/packages/flutter/README.md index 21b50cbb1f..a6dc8424a2 100644 --- a/packages/flutter/README.md +++ b/packages/flutter/README.md @@ -84,7 +84,7 @@ MaterialApp( ) // ... ``` -For a more throughout example see the [example](https://github.com/getsentry/sentry-dart/blob/main/flutter/example/lib/main.dart). +For a more throughout example see the [example](https://github.com/getsentry/sentry-dart/blob/main/packages/flutter/example/lib/main.dart). ##### Performance tracing for `AssetBundle`s