Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Unified Diff: sky/framework/README.md

Issue 1005393006: Clean up examples directory (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/examples/widgets/widgets_app.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/README.md
diff --git a/sky/framework/README.md b/sky/framework/README.md
index 9ae2899bac139853c89163e73bcdbf875ecbbe68..3603904bc37e34f5c232c6edca89dd7eac50c424 100644
--- a/sky/framework/README.md
+++ b/sky/framework/README.md
@@ -7,7 +7,7 @@ Effen is comprised of three main parts: a virtual-dom and diffing engine, a comp
The central idea is that you build your UI out of components. Components describe what their view should look like given their current configuration & state. The diffing engine ensures that the DOM looks how the component describes by applying minimal diffs to transition it from one state to the next.
-If you just want to dive into code, see the [stocks-fn example](../examples/stocks-fn).
+If you just want to dive into code, see the [stocks example](../examples/stocks).
Hello World
« no previous file with comments | « sky/examples/widgets/widgets_app.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698