| Index: sky/examples/terminal/index.sky
|
| diff --git a/sky/examples/scrolling/index.sky b/sky/examples/terminal/index.sky
|
| similarity index 74%
|
| copy from sky/examples/scrolling/index.sky
|
| copy to sky/examples/terminal/index.sky
|
| index 12a129ec0f76739c4e47f280756c77a520a61441..74d56221b968981cbf8e486e993ac34e17a66422 100644
|
| --- a/sky/examples/scrolling/index.sky
|
| +++ b/sky/examples/terminal/index.sky
|
| @@ -4,7 +4,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -->
|
| -<sky>
|
| - <import src="scrolling.sky" />
|
| - <scrolling />
|
| -</sky>
|
| +<import src="terminal.sky" />
|
| +<terminal url="mojo:echo_terminal" />
|
|
|