Skip to content

Commit d2b3fe4

Browse files
authored
Fix broken markdown (#129)
1 parent 81a3b4b commit d2b3fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versioned_docs/version-v20/instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GraphQL.newGraphQL(schema)
9898
``graphql.execution.instrumentation.tracing.TracingInstrumentation`` is an ``Instrumentation`` implementation that creates tracing information
9999
about the query that is being executed.
100100

101-
It follows the Apollo proposed tracing format defined at `https://github.com/apollographql/apollo-tracing <https://github.com/apollographql/apollo-tracing>`_
101+
It follows the Apollo proposed tracing format defined at [https://github.com/apollographql/apollo-tracing](https://github.com/apollographql/apollo-tracing).
102102

103103
A detailed tracing map will be created and placed in the ``extensions`` section of the result.
104104

0 commit comments

Comments
 (0)