Skip to content

Commit 6f73e16

Browse files
authored
docs: version links (#355)
1 parent 621ec2b commit 6f73e16

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/api.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ except ValueError:
5353
* `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.
5454
* `date`: A `datetime.datetime` object representing the occurrence time of the error. If left empty, it defaults to `datetime.datetime.utcnow()`.
5555
* `context`: A dictionary with contextual information. This dictionary must follow the
56-
{apm-server-ref}/events-api.html#events-api-errors[Context] schema definition.
56+
{apm-server-ref-v}/events-api.html#events-api-errors[Context] schema definition.
5757
* `custom`: A dictionary of custom data you want to attach to the event.
5858
* `handled`: A boolean to indicate if this exception was handled or not.
5959

@@ -91,7 +91,7 @@ client.capture_message(param_message={
9191
* `date`: A `datetime.datetime` object representing the occurrence time of the error.
9292
If left empty, it defaults to `datetime.datetime.utcnow()`.
9393
* `context`: A dictionary with contextual information. This dictionary must follow the
94-
{apm-server-ref}/events-api.html#events-api-errors[Context] schema definition.
94+
{apm-server-ref-v}/events-api.html#events-api-errors[Context] schema definition.
9595
* `custom`: A dictionary of custom data you want to attach to the event.
9696

9797
Returns the id of the message as a string.

docs/getting-started.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ It has built-in support for Django and Flask performance metrics and error loggi
1616
[[additional-components]]
1717
=== Additional Components
1818

19-
APM Agents work in conjunction with the {apm-server-ref}/index.html[APM Server], {ref}/index.html[Elasticsearch], and {kibana-ref}/index.html[Kibana].
20-
Please view the {apm-get-started-ref}/index.html[APM Overview] for details on how these components work together.
19+
APM Agents work in conjunction with the {apm-server-ref-v}/index.html[APM Server], {ref}/index.html[Elasticsearch], and {kibana-ref}/index.html[Kibana].
20+
Please view the {apm-overview-ref-v}/index.html[APM Overview] for details on how these components work together.
2121

2222
[[framework-support]]
2323
The Elastic APM Python Agent comes with support for the following frameworks:

docs/index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:branch: current
2+
:server-branch: 6.5
23
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
34

45
ifdef::env-github[]

0 commit comments

Comments
 (0)