Skip to content

Commit

Permalink
Updated tinymath ref links (#27085) (#27090)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Dec 13, 2018
1 parent 417bd9b commit 18d8228
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 @@ -21,7 +21,7 @@ export const math = () => ({
aliases: ['_'],
types: ['string'],
help:
'An evaluated TinyMath expression. (See [TinyMath Functions](http://canvas.elastic.co/reference/tinymath.html))',
'An evaluated TinyMath expression. (See [TinyMath Functions](https://www.elastic.co/guide/en/kibana/current/canvas-tinymath-functions.html))',
},
},
fn: (context, args) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const pointseries = () => ({
name: 'pointseries',
type: 'pointseries',
help:
'Turn a datatable into a point series model. Currently we differentiate measure from dimensions by looking for a [TinyMath function](http://canvas.elastic.co/reference/tinymath.html). ' +
'Turn a datatable into a point series model. Currently we differentiate measure from dimensions by looking for a [TinyMath function](https://www.elastic.co/guide/en/kibana/current/canvas-tinymath-functions.html). ' +
'If you enter a TinyMath expression in your argument, we treat that argument as a measure, otherwise it is a dimension. Dimensions are combined to create unique ' +
'keys. Measures are then deduplicated by those keys using the specified TinyMath function',
context: {
Expand Down

0 comments on commit 18d8228

Please sign in to comment.