mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
update links to current (#29038)
This commit is contained in:
parent
56cd6001c0
commit
2de4f68151
1 changed files with 6 additions and 6 deletions
|
@ -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' },
|
||||
}),
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue