Skip to content

Commit c169b85

Browse files
committed
Update the HTTPX readme to point to proper class method
1 parent 843e708 commit c169b85

File tree

1 file changed

+1
-3
lines changed
  • instrumentation/opentelemetry-instrumentation-httpx

1 file changed

+1
-3
lines changed

instrumentation/opentelemetry-instrumentation-httpx/README.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ Instrumenting single clients
4343
****************************
4444

4545
If you only want to instrument requests for specific client instances, you can
46-
use the `instrument_client`_ method.
46+
use the `HTTPXClientInstrumentor.instrument_client` method.
4747

4848

49-
.. _instrument_client: #opentelemetry.instrumentation.httpx.HTTPXClientInstrumentor.instrument_client
50-
5149
.. code-block:: python
5250
5351
import httpx

0 commit comments

Comments
 (0)