Skip to content

Commit 3c26f20

Browse files
authored
docs: Fix duplicate link references
1 parent bca1af8 commit 3c26f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ Context and Breadcrumbs
120120
-----------------------
121121

122122
Sentry has multiple options for including contextual information. They are organized into
123-
"Tags", "User", and "Extra", and Sentry's documentation on them is `here <https://docs.sentry.io/learn/context/>`_.
124-
Breadcrumbs are a similar concept and Sentry's documentation covers them `here <https://docs.sentry.io/learn/breadcrumbs/>`_.
123+
"Tags", "User", and "Extra", and Sentry's documentation on them is `here <https://docs.sentry.io/learn/context/>`__.
124+
Breadcrumbs are a similar concept and Sentry's documentation covers them `here <https://docs.sentry.io/learn/breadcrumbs/>`__.
125125

126126
In Elixir this can be complicated due to processes being isolated from one another. Tags
127127
context can be set globally through configuration, and all contexts can be set within a

0 commit comments

Comments
 (0)