Skip to content

Commit 497bc15

Browse files
authored
Update various flutter.dev and dart.dev links (#1238)
1 parent 5f6fcae commit 497bc15

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

pkgs/cronet_http/example/android/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gradle-wrapper.jar
77
GeneratedPluginRegistrant.java
88

99
# Remember to never publicly share your keystore.
10-
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
10+
# See https://flutter.dev/to/reference-keystore
1111
key.properties
1212
**/*.keystore
1313
**/*.jks

pkgs/cupertino_http/lib/cupertino_http.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/// configuration on macOS) then the
1010
/// [`com.apple.security.network.client`](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_client)
1111
/// entitlement is required to use `package:cupertino_http`. See
12-
/// [Entitlements and the App Sandbox](https://docs.flutter.dev/platform-integration/macos/building#entitlements-and-the-app-sandbox).
12+
/// [Entitlements and the App Sandbox](https://flutter.dev/to/macos-entitlements).
1313
///
1414
/// # CupertinoClient
1515
///

pkgs/flutter_http_example/android/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gradle-wrapper.jar
77
GeneratedPluginRegistrant.java
88

99
# Remember to never publicly share your keystore.
10-
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
10+
# See https://flutter.dev/to/reference-keystore
1111
key.properties
1212
**/*.keystore
1313
**/*.jks

pkgs/flutter_http_example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4545
applicationId "com.example.flutter_http_example"
4646
// You can update the following values to match your application needs.
47-
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
47+
// For more information, see: https://flutter.dev/to/review-gradle-config.
4848
minSdkVersion flutter.minSdkVersion
4949
targetSdkVersion flutter.targetSdkVersion
5050
versionCode flutterVersionCode.toInteger()

pkgs/ok_http/example/analysis_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ linter:
2525
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
2626

2727
# Additional information about this file can be found at
28-
# https://dart.dev/guides/language/analysis-options
28+
# https://dart.dev/tools/analysis

pkgs/ok_http/example/android/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gradle-wrapper.jar
77
GeneratedPluginRegistrant.java
88

99
# Remember to never publicly share your keystore.
10-
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
10+
# See https://flutter.dev/to/reference-keystore
1111
key.properties
1212
**/*.keystore
1313
**/*.jks

pkgs/ok_http/example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3838
applicationId = "com.example.ok_http_example"
3939
// You can update the following values to match your application needs.
40-
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
40+
// For more information, see: https://flutter.dev/to/review-gradle-config.
4141
minSdk = flutter.minSdkVersion
4242
targetSdk = flutter.targetSdkVersion
4343
versionCode = flutterVersionCode.toInteger()

0 commit comments

Comments
 (0)