| Index: sky/examples/scrolling/index.sky
 | 
| diff --git a/sky/examples/example-scrollable/index.sky b/sky/examples/scrolling/index.sky
 | 
| similarity index 75%
 | 
| rename from sky/examples/example-scrollable/index.sky
 | 
| rename to sky/examples/scrolling/index.sky
 | 
| index f71a788e97e7402325b1b4dfdc810071ca1d217e..12a129ec0f76739c4e47f280756c77a520a61441 100644
 | 
| --- a/sky/examples/example-scrollable/index.sky
 | 
| +++ b/sky/examples/scrolling/index.sky
 | 
| @@ -5,6 +5,6 @@
 | 
|  // found in the LICENSE file.
 | 
|  -->
 | 
|  <sky>
 | 
| -  <import src="example-scrollable.sky" />
 | 
| -  <example-scrollable />
 | 
| +  <import src="scrolling.sky" />
 | 
| +  <scrolling />
 | 
|  </sky>
 | 
| 
 |