Skip to content

Commit 40a348a

Browse files
authored
Fix new surface provider camerax PR url (#11227)
The current URL `https://github.com/flutter/flutter/packages/pull/7044` does not exist, it should be `https://github.com/flutter/packages/pull/7044` instead _Description of what this PR is changing or adding, and why:_ In page about the [new surface provider](https://docs.flutter.dev/release/breaking-changes/android-surface-plugins): The URL of `this camera_android_camerax PR` https://github.com/flutter/flutter/packages/pull/7044 does not exist, it should be flutter/packages#7044 instead. _Issues fixed by this PR (if any):_ None _PRs or commits this PR depends on (if any):_ None ## Presubmit checklist - [x] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
1 parent e565f7e commit 40a348a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/release/breaking-changes/android-surface-plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Relevant PRs:
163163
[`CameraCharacteristics.SENSOR_ORIENTATION`]: {{site.android-dev}}/reference/android/hardware/camera2/CameraCharacteristics#SENSOR_ORIENTATION
164164
[`RotatedBox`]: {{site.api}}/flutter/widgets/RotatedBox-class.html
165165
[Android orientation calculation documentation]: {{site.android-dev}}/media/camera/camera2/camera-preview#orientation_calculation
166-
[this `camera_android_camerax` PR]: {{site.repo.flutter}}/packages/pull/7044
166+
[this `camera_android_camerax` PR]: {{site.repo.packages}}/pull/7044
167167
[Issue 139702]: {{site.repo.flutter}}/issues/139702
168168
[Issue 145930]: {{site.repo.flutter}}/issues/145930
169169
[PR 51061]: {{site.repo.engine}}/pull/51061

0 commit comments

Comments
 (0)