Skip to content

Commit

Permalink
[DOC release] Fix broken links to guides
Browse files Browse the repository at this point in the history
(cherry picked from commit bb9bfc0)
(cherry picked from commit 72b7367)
  • Loading branch information
sandydoo authored and kategengler committed Jun 19, 2018
1 parent 84e3922 commit cd0c684
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ember-glimmer/lib/syntax/outlet.ts
Expand Up @@ -31,8 +31,6 @@ import { OutletReference, OutletState } from '../utils/outlet';
{{my-footer}}
```
See [templates guide](https://emberjs.com/guides/templates/the-application-template/) for
additional information on using `{{outlet}}` in `application.hbs`.
You may also specify a name for the `{{outlet}}`, which is useful when using more than one
`{{outlet}}` in a template:
Expand All @@ -55,7 +53,7 @@ import { OutletReference, OutletState } from '../utils/outlet';
});
```
See the [routing guide](https://emberjs.com/guides/routing/rendering-a-template/) for more
See the [routing guide](https://guides.emberjs.com/release/routing/rendering-a-template/) for more
information on how your `route` interacts with the `{{outlet}}` helper.
Note: Your content __will not render__ if there isn't an `{{outlet}}` for it.
Expand Down

0 comments on commit cd0c684

Please sign in to comment.