Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 228b5cf

Browse files
Chris-Johnstonlzchen
authored andcommitted
docs: fix markdown-style links in rst readme (#828)
1 parent 49495ae commit 228b5cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/opencensus-ext-azure/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ This example shows how to send a span "hello" to Azure Monitor.
202202
with tracer.span(name='hello'):
203203
print('Hello, World!')
204204
205-
OpenCensus also supports several [integrations](https://github.com/census-instrumentation/opencensus-python#integration) which allows OpenCensus to integrate with third party libraries.
205+
OpenCensus also supports several `integrations <https://github.com/census-instrumentation/opencensus-python#integration>`_ which allows OpenCensus to integrate with third party libraries.
206206

207-
This example shows how to integrate with the [requests](https://2.python-requests.org/en/master/) library.
207+
This example shows how to integrate with the `requests <https://2.python-requests.org/en/master/>`_ library.
208208

209209
* Create an Azure Monitor resource and get the instrumentation key, more information can be found `here <https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource>`_.
210210
* Install the `requests integration package <../opencensus-ext-requests>`_ using ``pip install opencensus-ext-requests``.

0 commit comments

Comments
 (0)