Skip to content

Commit 354d085

Browse files
Fix docs
1 parent a0f74ca commit 354d085

File tree

2 files changed

+4
-4
lines changed
  • instrumentation/opentelemetry-instrumentation-psycopg2

2 files changed

+4
-4
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-psycopg2/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OpenTelemetry Psycopg Instrumentation
1+
OpenTelemetry Psycopg2 Instrumentation
22
=====================================
33

44
|pypi|
@@ -16,6 +16,6 @@ Installation
1616

1717
References
1818
----------
19-
* `OpenTelemetry Psycopg Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/psycopg2/psycopg2.html>`_
19+
* `OpenTelemetry Psycopg2 Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/psycopg2/psycopg2.html>`_
2020
* `OpenTelemetry Project <https://opentelemetry.io/>`_
2121
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_

Diff for: instrumentation/opentelemetry-instrumentation-psycopg2/src/opentelemetry/instrumentation/psycopg2/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# limitations under the License.
1414

1515
"""
16-
The integration with PostgreSQL supports the `Psycopg`_ library, it can be enabled by
16+
The integration with PostgreSQL supports the `Psycopg2`_ library, it can be enabled by
1717
using ``Psycopg2Instrumentor``.
1818
19-
.. _Psycopg: http://initd.org/psycopg/
19+
.. _Psycopg: https://www.psycopg.org/docs/
2020
2121
SQLCOMMENTER
2222
*****************************************

0 commit comments

Comments
 (0)