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 |