Skip to content

Commit 4812d2a

Browse files
authored
Merge pull request #93 from intercom/gj/readme
update link to link-to docs
2 parents 594502d + 0e062e4 commit 4812d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is an Ember CLI addon, to install:
1818

1919
## Usage Instructions
2020

21-
`{{href-to}}` has the same interface as [`{{link-to}}`](http://guides.emberjs.com/v1.12.0/templates/links/), you can use it to link to static and dynamic routes in your ember application:
21+
`{{href-to}}` has the same interface as [`{{link-to}}`](https://guides.emberjs.com/v2.16.0/templates/links/), you can use it to link to static and dynamic routes in your ember application:
2222

2323
```html
2424
<a href="{{href-to 'index'}}">Go Home</a>

0 commit comments

Comments
 (0)