| Index: src/site/docs/tutorials/httpserver/index.markdown
|
| diff --git a/src/site/docs/tutorials/httpserver/index.markdown b/src/site/docs/tutorials/httpserver/index.markdown
|
| index 7cf765598ee1d12f8eb555999331d8f1b5dae320..c9cdfd458ebee88b11d9752b17ed08b8a70c7c62 100644
|
| --- a/src/site/docs/tutorials/httpserver/index.markdown
|
| +++ b/src/site/docs/tutorials/httpserver/index.markdown
|
| @@ -26,7 +26,8 @@ header:
|
|
|
| {% capture sample_links %}
|
|
|
| -<p> This tutorial features these examples:</p>
|
| +This tutorial features these examples,
|
| +which live under the **httpserver** directory:
|
|
|
| * hello_world_server.dart
|
| * number_thinker.dart
|
|
|