Skip to content

Commit 33ba7c5

Browse files
filiphsfshaza2
authored andcommitted
Fix external links (#2716)
* Fix internal links Some anchored internal links were broken because of changes in subtitles in the testing docs. * Fix external links Some things are stale or have 3 redirects since the time they were added to the docs. This CL fixes that.
1 parent 73e2822 commit 33ba7c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/docs/deployment/android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Icons]({{site.pub}}/packages/flutter_launcher_icons) package.
5252

5353
Alternatively, if you want to do it manually, here's how:
5454

55-
1. Review the [Android Launcher Icons][launchericons] guidelines for icon
55+
1. Review the [Material Design Product Icons][launchericons] guidelines for icon
5656
design.
5757

5858
1. In the `<app dir>/android/app/src/main/res/` directory, place your icon files
@@ -288,7 +288,7 @@ to the Play Store.
288288
[applicationtag]: {{site.android-dev}}/guide/topics/manifest/application-element
289289
[gradlebuild]: {{site.android-dev}}/studio/build/#module-level
290290
[versions]: {{site.android-dev}}/studio/publish/versioning
291-
[launchericons]: {{site.android-dev}}/guide/practices/ui_guidelines/icon_design_launcher
291+
[launchericons]: https://material.io/design/iconography/
292292
[configuration qualifiers]: {{site.android-dev}}/guide/topics/resources/providing-resources#AlternativeResources
293293
[play]: {{site.android-dev}}/distribute/googleplay/start
294294
[Issue 18494]: https://github.com/flutter/flutter/issues/18494

src/docs/development/ui/animations/hero-animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,4 +671,4 @@ The following resources might help when writing animations:
671671
: Describes motion for Material design apps.
672672

673673
[MaterialRectCenterArcTween]: {{site.api}}/flutter/material/MaterialRectCenterArcTween-class.html
674-
[Radial transformation]: {{site.material}}/guidelines/motion/transforming-material.html#transforming-material-radial-transformation
674+
[Radial transformation]: https://web.archive.org/web/20180223140424/https://material.io/guidelines/motion/transforming-material.html

src/docs/development/ui/assets-and-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ In your Flutter project's root directory, navigate to `.../android/app/src/main/
351351
The various bitmap resource folders such as `mipmap-hdpi` already contain placeholder images named
352352
`ic_launcher.png`. Simply replace them with your desired assets respecting the recommended icon size
353353
per screen density as indicated by the [Android Developer
354-
Guide]({{site.android-dev}}/guide/practices/ui_guidelines/icon_design_launcher#size).
354+
Guide]({{site.android-dev}}/training/multiscreen/screendensities).
355355
356356
![Android icon location](/images/assets-and-images/android-icon-path.png)
357357

0 commit comments

Comments
 (0)