diff --git a/docs/examples/auto-instrumentation/README.rst b/docs/examples/auto-instrumentation/README.rst index b9f3692a372..ca6176c0be3 100644 --- a/docs/examples/auto-instrumentation/README.rst +++ b/docs/examples/auto-instrumentation/README.rst @@ -2,6 +2,6 @@ Auto-instrumentation ==================== To learn about automatic instrumentation and how to run the example in this -directory, see `Automatic Instrumentation`_. +:scm_web:`directory `, see `Automatic Instrumentation`_. .. _Automatic Instrumentation: https://opentelemetry.io/docs/instrumentation/python/automatic/example diff --git a/docs/examples/error_handler/error_handler_0/README.rst b/docs/examples/error_handler/error_handler_0/README.rst index 0c86902e4ca..3478ea42d15 100644 --- a/docs/examples/error_handler/error_handler_0/README.rst +++ b/docs/examples/error_handler/error_handler_0/README.rst @@ -2,3 +2,5 @@ Error Handler 0 =============== This is just an error handler for this example. + +The source files are available :scm_web:`here `. diff --git a/docs/examples/error_handler/error_handler_1/README.rst b/docs/examples/error_handler/error_handler_1/README.rst index 029b95f5c0f..0c2f54770b8 100644 --- a/docs/examples/error_handler/error_handler_1/README.rst +++ b/docs/examples/error_handler/error_handler_1/README.rst @@ -2,3 +2,5 @@ Error Handler 1 =============== This is just an error handler for this example. + +The source files are available :scm_web:`here `. diff --git a/docs/examples/fork-process-model/flask-gunicorn/README.rst b/docs/examples/fork-process-model/flask-gunicorn/README.rst index 6ca9790dcd7..0e634d2847b 100644 --- a/docs/examples/fork-process-model/flask-gunicorn/README.rst +++ b/docs/examples/fork-process-model/flask-gunicorn/README.rst @@ -1,3 +1,8 @@ +Flask + Gunicorn Example +======================== + +The source files of this example are available :scm_web:`here `. + Installation ------------ .. code-block:: sh diff --git a/docs/examples/fork-process-model/flask-uwsgi/README.rst b/docs/examples/fork-process-model/flask-uwsgi/README.rst index d9310e03f4c..a70119b54d8 100644 --- a/docs/examples/fork-process-model/flask-uwsgi/README.rst +++ b/docs/examples/fork-process-model/flask-uwsgi/README.rst @@ -1,3 +1,8 @@ +Flask + uWSGI Example +===================== + +The source files of this example are available :scm_web:`here `. + Installation ------------ .. code-block:: sh diff --git a/docs/examples/sqlcommenter/README.rst b/docs/examples/sqlcommenter/README.rst index 99b5de526e7..8d4980cc650 100644 --- a/docs/examples/sqlcommenter/README.rst +++ b/docs/examples/sqlcommenter/README.rst @@ -8,7 +8,7 @@ For more information on sqlcommenter concepts, see: * `Semantic Conventions - Database Spans `_ * `sqlcommenter `_ -The source files of this example are available `here `_. +The source files of this example are available :scm_web:`here `. This example uses Docker to manage a database server and OpenTelemetry collector. Run MySQL server