Skip to content

Commit a78f228

Browse files
committed
Fix Apollo markdown
1 parent 6520a80 commit a78f228

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

documentation/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

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

versioned_docs/version-v21/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)