update links to current (#29038)

This commit is contained in:
Brandon Morelli 2019-01-24 11:30:31 -08:00 committed by GitHub
parent 56cd6001c0
commit 2de4f68151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,8 +65,8 @@ var apm = require('elastic-apm-node').start({curlyOpen}
defaultMessage: 'See [the documentation]({documentationLink}) for advanced usage, including how to use with \
[Babel/ES Modules]({babelEsModulesLink}).',
values: {
documentationLink: '{config.docs.base_url}guide/en/apm/agent/nodejs/1.x/index.html',
babelEsModulesLink: '{config.docs.base_url}guide/en/apm/agent/nodejs/1.x/advanced-setup.html#es-modules',
documentationLink: '{config.docs.base_url}guide/en/apm/agent/nodejs/current/index.html',
babelEsModulesLink: '{config.docs.base_url}guide/en/apm/agent/nodejs/current/advanced-setup.html#es-modules',
},
}),
},
@ -128,7 +128,7 @@ MIDDLEWARE = (
)`.split('\n'),
textPost: i18n.translate('kbn.server.tutorials.apm.djangoClient.configure.textPost', {
defaultMessage: 'See the [documentation]({documentationLink}) for advanced usage.',
values: { documentationLink: '{config.docs.base_url}guide/en/apm/agent/python/2.x/django-support.html' },
values: { documentationLink: '{config.docs.base_url}guide/en/apm/agent/python/current/django-support.html' },
}),
},
];
@ -186,7 +186,7 @@ app.config['ELASTIC_APM'] = {curlyOpen}
apm = ElasticAPM(app)`.split('\n'),
textPost: i18n.translate('kbn.server.tutorials.apm.flaskClient.configure.textPost', {
defaultMessage: 'See the [documentation]({documentationLink}) for advanced usage.',
values: { documentationLink: '{config.docs.base_url}guide/en/apm/agent/python/2.x/flask-support.html' },
values: { documentationLink: '{config.docs.base_url}guide/en/apm/agent/python/current/flask-support.html' },
}),
},
];
@ -222,7 +222,7 @@ export const createRailsAgentInstructions = (apmServerUrl = '', secretToken = ''
# server_url: '${apmServerUrl || 'http://localhost:8200'}'`.split('\n'),
textPost: i18n.translate('kbn.server.tutorials.apm.railsClient.configure.textPost', {
defaultMessage: 'See the [documentation]({documentationLink}) for configuration options and advanced usage.\n\n',
values: { documentationLink: '{config.docs.base_url}guide/en/apm/agent/ruby/1.x/index.html' },
values: { documentationLink: '{config.docs.base_url}guide/en/apm/agent/ruby/current/index.html' },
}),
},
];
@ -296,7 +296,7 @@ export const createRackAgentInstructions = (apmServerUrl = '', secretToken = '')
# server_url: '${apmServerUrl || 'http://localhost:8200'}'`.split('\n'),
textPost: i18n.translate('kbn.server.tutorials.apm.rackClient.createConfig.textPost', {
defaultMessage: 'See the [documentation]({documentationLink}) for configuration options and advanced usage.\n\n',
values: { documentationLink: '{config.docs.base_url}guide/en/apm/agent/ruby/1.x/index.html' },
values: { documentationLink: '{config.docs.base_url}guide/en/apm/agent/ruby/current/index.html' },
}),
},
];