From 6e577a4a07a53da909bcfa489854489be2f10a24 Mon Sep 17 00:00:00 2001 From: Adrian Calinescu Date: Sat, 21 Mar 2020 20:56:04 +0200 Subject: [PATCH] Fix some reStructured links in README --- contrib/opencensus-ext-azure/README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/opencensus-ext-azure/README.rst b/contrib/opencensus-ext-azure/README.rst index 49ba625f3..26c2340a7 100644 --- a/contrib/opencensus-ext-azure/README.rst +++ b/contrib/opencensus-ext-azure/README.rst @@ -99,8 +99,8 @@ Modifying Logs * You can pass a callback function to the exporter to process telemetry before it is exported. * Your callback function can return `False` if you do not want this envelope exported. -* Your callback function must accept an [envelope](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py#L86) data type as its parameter. -* You can see the schema for Azure Monitor data types in the envelopes [here](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py). +* Your callback function must accept an `envelope `_ data type as its parameter. +* You can see the schema for Azure Monitor data types in the envelopes `here `_. * The `AzureLogHandler` handles `ExceptionData` and `MessageData` data types. .. code:: python @@ -220,8 +220,8 @@ Modifying Metrics * You can pass a callback function to the exporter to process telemetry before it is exported. * Your callback function can return `False` if you do not want this envelope exported. -* Your callback function must accept an [envelope](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py#L86) data type as its parameter. -* You can see the schema for Azure Monitor data types in the envelopes [here](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py). +* Your callback function must accept an `envelope `_ data type as its parameter. +* You can see the schema for Azure Monitor data types in the envelopes `here `_. * The `MetricsExporter` handles `MetricData` data types. .. code:: python @@ -339,8 +339,8 @@ Modifying Traces * You can pass a callback function to the exporter to process telemetry before it is exported. * Your callback function can return `False` if you do not want this envelope exported. -* Your callback function must accept an [envelope](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py#L86) data type as its parameter. -* You can see the schema for Azure Monitor data types in the envelopes [here](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/protocol.py). +* Your callback function must accept an `envelope `_ data type as its parameter. +* You can see the schema for Azure Monitor data types in the envelopes `here `_. * The `AzureExporter` handles `Data` data types. .. code:: python