Updated tinymath ref links (#27085) (#27090)

This commit is contained in:
Catherine Liu 2018-12-12 17:14:08 -07:00 committed by GitHub
parent 417bd9b3e3
commit 18d8228cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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) => {

View file

@ -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: {