Index: sky/sdk/lib/rendering/README.md |
diff --git a/sky/sdk/lib/rendering/README.md b/sky/sdk/lib/rendering/README.md |
index e58f355e7b3e6ea08f0cc6223b4cc8f915e687d4..68acfe65b34f2087de18c167292f963ac502f98c 100644 |
--- a/sky/sdk/lib/rendering/README.md |
+++ b/sky/sdk/lib/rendering/README.md |
@@ -147,7 +147,7 @@ If you want to define a `RenderObject` that uses a new coordinate |
system, then you should inherit straight from `RenderObject`. Examples |
of doing this can be found in [`RenderBox`](box.dart), which deals in |
rectangles in cartesian space, and in the [sector_layout.dart |
-example](../../../sdk/lib/example/rendering/sector_layout.dart), which |
+example](../../example/rendering/sector_layout.dart), which |
implements a toy model based on polar coordinates. The `RenderView` |
class, which is used internally to adapt from the host system to this |
rendering framework, is another example. |