diff --git a/docs/api.asciidoc b/docs/api.asciidoc index 85e45668e..3aebdabf3 100644 --- a/docs/api.asciidoc +++ b/docs/api.asciidoc @@ -53,7 +53,7 @@ except ValueError: * `exc_info`: A `(type, value, traceback)` tuple as returned by https://docs.python.org/3/library/sys.html#sys.exc_info[`sys.exc_info()`]. If not provided, it will be captured automatically. * `date`: A `datetime.datetime` object representing the occurrence time of the error. If left empty, it defaults to `datetime.datetime.utcnow()`. * `context`: A dictionary with contextual information. This dictionary must follow the - {apm-server-ref-64}/error-api.html#error-context-schema[Context] schema definition. + {apm-server-ref-v}/error-api.html#error-context-schema[Context] schema definition. * `custom`: A dictionary of custom data you want to attach to the event. * `handled`: A boolean to indicate if this exception was handled or not. @@ -91,7 +91,7 @@ client.capture_message(param_message={ * `date`: A `datetime.datetime` object representing the occurrence time of the error. If left empty, it defaults to `datetime.datetime.utcnow()`. * `context`: A dictionary with contextual information. This dictionary must follow the - {apm-server-ref-64}/error-api.html#error-context-schema[Context] schema definition. + {apm-server-ref-v}/error-api.html#error-context-schema[Context] schema definition. * `custom`: A dictionary of custom data you want to attach to the event. Returns the id of the message as a string. diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 5828f67c5..2494f2484 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -1,6 +1,7 @@ = APM Python Agent Reference -:branch: current +:branch: 6.4 +:server-branch: {branch} include::{asciidoc-dir}/../../shared/attributes.asciidoc[] [[getting-started]] @@ -12,7 +13,7 @@ The Elastic APM Python agent sends performance metrics and error logs to the APM It has built-in support for Django and Flask performance metrics and error logging, as well as generic support of other WSGI frameworks for error logging. The agent is only one of multiple components you need to get started with APM. Please also have a look at the documentation for - * {apm-server-ref-64}/index.html[APM Server] + * {apm-server-ref-v}/index.html[APM Server] * {ref}/index.html[Elasticsearch] ifdef::env-github[]