From d77f66a0c9dce2c895244c9eaad4ca861f1ef30d Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Fri, 24 Jan 2020 15:44:38 -0500 Subject: [PATCH] fix URL for handlebar docs for markdown, and make sure they are https (#55866) (#55888) --- .../vis_type_timeseries/public/components/markdown_editor.js | 2 +- .../plugins/canvas/canvas_plugin_src/elements/markdown/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/legacy/core_plugins/vis_type_timeseries/public/components/markdown_editor.js b/src/legacy/core_plugins/vis_type_timeseries/public/components/markdown_editor.js index c1d767656f4515..21fd9d530558c7 100644 --- a/src/legacy/core_plugins/vis_type_timeseries/public/components/markdown_editor.js +++ b/src/legacy/core_plugins/vis_type_timeseries/public/components/markdown_editor.js @@ -134,7 +134,7 @@ export class MarkdownEditor extends Component { values={{ handlebarLink: ( diff --git a/x-pack/legacy/plugins/canvas/canvas_plugin_src/elements/markdown/index.ts b/x-pack/legacy/plugins/canvas/canvas_plugin_src/elements/markdown/index.ts index 777d2e61133a73..1c7013834cbe4c 100644 --- a/x-pack/legacy/plugins/canvas/canvas_plugin_src/elements/markdown/index.ts +++ b/x-pack/legacy/plugins/canvas/canvas_plugin_src/elements/markdown/index.ts @@ -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`, });