Skip to content

Commit 0fbb75c

Browse files
committed
fixing relative links
1 parent 485dfa2 commit 0fbb75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/v1.12.0/templates/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ write any additional code to make sure it keeps up-to-date.
1111

1212
### Defining Templates
1313

14-
By default, adjust your [application template](../the-application-template/), that is created automatically for you and will be displayed on the page when your app loads.
14+
By default, adjust your [application template](./the-application-template/), that is created automatically for you and will be displayed on the page when your app loads.
1515

16-
You can also define templates by name that can be used later. If you would like to create a template that is shared across many areas of your site, you should investigate [components](../../components/defining-a-component/). The components section contains information on creating re-usable templates.
16+
You can also define templates by name that can be used later. If you would like to create a template that is shared across many areas of your site, you should investigate [components](../components/defining-a-component/). The components section contains information on creating re-usable templates.
1717

1818
### Handlebars Expressions
1919

0 commit comments

Comments
 (0)