Skip to content

Commit 2308fca

Browse files
authored
Change demo title to module in index.md
1 parent 1aa525f commit 2308fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Scroll down for demonstrations.
2323
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
2424
| Demonstration |
2525
| --- |
26-
{% for activity in demos %}| [{{ activity.demo.title }}]({{ site.github.url }}{{ activity.url }}) |
26+
{% for activity in demos %}| [{{ activity.demo.module }}]({{ site.github.url }}{{ activity.url }}) |
2727
{% endfor %}
2828

2929

0 commit comments

Comments
 (0)