Skip to content

Commit

Permalink
fix URL for handlebar docs for markdown, and make sure they are https (
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Smith committed Jan 27, 2020
1 parent 44e03ff commit 8900582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class MarkdownEditor extends Component {
values={{
handlebarLink: (
<a
href="http://handlebarsjs.com/expressions.html"
href="https://handlebarsjs.com/guide/expressions.html"
target="_BLANK"
rel="noreferrer noopener"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The data table contains
**{{name}}**
{{/each}}
You can use standard Markdown in here, but you can also access your piped-in data using Handlebars. If you want to know more, check out the [Handlebars documentation](http://handlebarsjs.com/expressions.html).
You can use standard Markdown in here, but you can also access your piped-in data using Handlebars. If you want to know more, check out the [Handlebars documentation](https://handlebarsjs.com/guide/expressions.html).
#### Enjoy!" | render`,
});

0 comments on commit 8900582

Please sign in to comment.