From af250fc9cf8fd0678930017b1627da86571bd87b Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Fri, 15 Jan 2016 13:08:27 -0800 Subject: [PATCH] fix links to new website --- examples/README.md | 2 +- examples/material_gallery/README.md | 2 +- packages/flutter/README.md | 2 +- packages/flutter/lib/src/rendering/box.dart | 2 +- packages/flutter/lib/src/rendering/flex.dart | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/README.md b/examples/README.md index 2078c3ab9c..e7bcc3bd7c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,7 +6,7 @@ individual Dart application package. To run a sample with the `flutter` tool, run `pub get` inside its directory, then run `flutter start`. (See the -[getting started guide](https://flutter.github.io/getting-started/) to install +[getting started guide](https://flutter.io/getting-started/) to install the `flutter` tool.) Available examples include: diff --git a/examples/material_gallery/README.md b/examples/material_gallery/README.md index 71aa103fc6..bb62601cd2 100644 --- a/examples/material_gallery/README.md +++ b/examples/material_gallery/README.md @@ -8,5 +8,5 @@ Icon was generated using Android Asset Studio: https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=0&foreground.space.pad=0.1&foreColor=607d8b%2C0&crop=0&backgroundShape=square&backColor=ffffff%2C100&effects=none From the Flutter Logo: -https://github.com/flutter/flutter.github.io/blob/master/_includes/logo.html +https://github.com/flutter/website/blob/master/_includes/logo.html which appears to be CC-BY 4.0. diff --git a/packages/flutter/README.md b/packages/flutter/README.md index b728b859c9..1dc2a3074e 100644 --- a/packages/flutter/README.md +++ b/packages/flutter/README.md @@ -5,5 +5,5 @@ Flutter is a new way to build high-performance, cross-platform mobile apps. Flutter is optimized for today's, and tomorrow's, mobile devices. We are focused on low-latency input and high frame rates on Android and iOS. -See the [getting started guide](https://flutter.github.io/getting-started/) for +See the [getting started guide](https://flutter.io/getting-started/) for information about using Flutter. diff --git a/packages/flutter/lib/src/rendering/box.dart b/packages/flutter/lib/src/rendering/box.dart index 171d0ce84d..2e61612edb 100644 --- a/packages/flutter/lib/src/rendering/box.dart +++ b/packages/flutter/lib/src/rendering/box.dart @@ -534,7 +534,7 @@ abstract class RenderBox extends RenderObject { assert(constraints != null); assert(_size != null); assert(() { - 'See https://flutter.github.io/layout/#unbounded-constraints'; + 'See https://flutter.io/layout/#unbounded-constraints'; return !_size.isInfinite; }); bool result = constraints.isSatisfiedBy(_size); diff --git a/packages/flutter/lib/src/rendering/flex.dart b/packages/flutter/lib/src/rendering/flex.dart index 7d1aabb515..d7b696c3c9 100644 --- a/packages/flutter/lib/src/rendering/flex.dart +++ b/packages/flutter/lib/src/rendering/flex.dart @@ -352,7 +352,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin