Update documentation URLs (#49208)

This commit is contained in:
Brett Morgan 2020-01-22 09:55:09 +11:00 committed by GitHub
parent 8086dd601f
commit b530111c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// [Flutter platform integration APIs for Android.](https://docs.flutter.io/javadoc/)
/// [Flutter platform integration APIs for Android.](https://api.flutter.dev/javadoc/)
library Android;

View File

@ -2,5 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// [Flutter platform integration APIs for iOS.](https://docs.flutter.io/objcdoc/)
/// [Flutter platform integration APIs for iOS.](https://api.flutter.dev/objcdoc/)
library iOS;