|
10 | 10 | <li class="c-tile-list__item">
|
11 | 11 | {% set styleModifier = 'c-tile--green' %}
|
12 | 12 | {% set title = 'Read the docs' %}
|
13 |
| - {% set link = '/docs/installing-pattern-lab' %} |
| 13 | + {% set link = '/docs/installing-pattern-lab/' %} |
14 | 14 | {% set description = "Learn how to get up and running with Pattern Lab, work with patterns, design with dynamic data, and use Pattern Lab's advanced features." %}
|
15 | 15 | {% include "components/tile.njk" %}
|
16 | 16 | </li>
|
17 | 17 | <li class="c-tile-list__item">
|
18 | 18 | {% set styleModifier = 'c-tile--orange' %}
|
19 | 19 | {% set title = 'Demos' %}
|
20 |
| - {% set link = '/demos' %} |
| 20 | + {% set link = '/demos/' %} |
21 | 21 | {% set description = "Demos of pattern starterkits for your project as well as a gallery of Pattern Lab projects in the wild" %}
|
22 | 22 | {% include "components/tile.njk" %}
|
23 | 23 | </li>
|
24 | 24 | <li class="c-tile-list__item">
|
25 | 25 | {% set styleModifier = 'c-tile--purple' %}
|
26 | 26 | {% set title = 'Resources' %}
|
27 |
| - {% set link = '/resources' %} |
| 27 | + {% set link = '/resources/' %} |
28 | 28 | {% set description = "Links to articles and resources around Pattern Lab and design systems" %}
|
29 | 29 | {% include "components/tile.njk" %}
|
30 | 30 | </li>
|
|
84 | 84 |
|
85 | 85 | {% set styleModifier = 'c-tile--orange' %}
|
86 | 86 | {% set title = 'Open source and community driven' %}
|
87 |
| - {% set link = '/support' %} |
| 87 | + {% set link = '/support/' %} |
88 | 88 | {% set description = "Pattern Lab is (and will always be) an open source project. Check out the project on <a href='https://github.com/pattern-lab/patternlab-node'>GitHub</a> and join the <a href='https://gitter.im/pattern-lab/home'>Pattern Lab Gitter community</a> for conversation and support." %}
|
89 | 89 | {% include "components/tile.njk" %}
|
90 | 90 |
|
|
0 commit comments