From 354d085cd560640a4353ce41e777d9618ab0508c Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Wed, 4 Dec 2024 16:04:48 -0800 Subject: [PATCH] Fix docs --- .../opentelemetry-instrumentation-psycopg2/README.rst | 4 ++-- .../src/opentelemetry/instrumentation/psycopg2/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/instrumentation/opentelemetry-instrumentation-psycopg2/README.rst b/instrumentation/opentelemetry-instrumentation-psycopg2/README.rst index 77f3e6858f..19a49985dd 100644 --- a/instrumentation/opentelemetry-instrumentation-psycopg2/README.rst +++ b/instrumentation/opentelemetry-instrumentation-psycopg2/README.rst @@ -1,4 +1,4 @@ -OpenTelemetry Psycopg Instrumentation +OpenTelemetry Psycopg2 Instrumentation ===================================== |pypi| @@ -16,6 +16,6 @@ Installation References ---------- -* `OpenTelemetry Psycopg Instrumentation `_ +* `OpenTelemetry Psycopg2 Instrumentation `_ * `OpenTelemetry Project `_ * `OpenTelemetry Python Examples `_ diff --git a/instrumentation/opentelemetry-instrumentation-psycopg2/src/opentelemetry/instrumentation/psycopg2/__init__.py b/instrumentation/opentelemetry-instrumentation-psycopg2/src/opentelemetry/instrumentation/psycopg2/__init__.py index d8b9030189..b1ee6f9545 100644 --- a/instrumentation/opentelemetry-instrumentation-psycopg2/src/opentelemetry/instrumentation/psycopg2/__init__.py +++ b/instrumentation/opentelemetry-instrumentation-psycopg2/src/opentelemetry/instrumentation/psycopg2/__init__.py @@ -13,10 +13,10 @@ # limitations under the License. """ -The integration with PostgreSQL supports the `Psycopg`_ library, it can be enabled by +The integration with PostgreSQL supports the `Psycopg2`_ library, it can be enabled by using ``Psycopg2Instrumentor``. -.. _Psycopg: http://initd.org/psycopg/ +.. _Psycopg: https://www.psycopg.org/docs/ SQLCOMMENTER *****************************************