diff --git a/docs/examples/auto-instrumentation/README.rst b/docs/examples/auto-instrumentation/README.rst
index b9f3692a372..d8437fa3117 100644
--- a/docs/examples/auto-instrumentation/README.rst
+++ b/docs/examples/auto-instrumentation/README.rst
@@ -5,3 +5,5 @@ To learn about automatic instrumentation and how to run the example in this
directory, see `Automatic Instrumentation`_.
.. _Automatic Instrumentation: https://opentelemetry.io/docs/instrumentation/python/automatic/example
+
+The source files of these examples are available :scm_web:`here `.
diff --git a/docs/examples/error_handler/error_handler_0/README.rst b/docs/examples/error_handler/error_handler_0/README.rst
index 0c86902e4ca..572491fd987 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 of this example 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..0fc8a316965 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 of this example 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..3729b795d99 100644
--- a/docs/examples/fork-process-model/flask-gunicorn/README.rst
+++ b/docs/examples/fork-process-model/flask-gunicorn/README.rst
@@ -9,3 +9,5 @@ Run application
.. code-block:: sh
gunicorn app -c gunicorn.conf.py
+
+The source files of this example are available :scm_web:`here `.
diff --git a/docs/examples/fork-process-model/flask-uwsgi/README.rst b/docs/examples/fork-process-model/flask-uwsgi/README.rst
index d9310e03f4c..047ec518144 100644
--- a/docs/examples/fork-process-model/flask-uwsgi/README.rst
+++ b/docs/examples/fork-process-model/flask-uwsgi/README.rst
@@ -10,3 +10,5 @@ Run application
.. code-block:: sh
uwsgi --http :8000 --wsgi-file app.py --callable application --master --enable-threads
+
+The source files of this example are available :scm_web:`here `.
diff --git a/docs/examples/sqlcommenter/README.rst b/docs/examples/sqlcommenter/README.rst
index 99b5de526e7..35d63348c45 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
@@ -75,7 +75,7 @@ After running the query script, check the MySQL general log contents:
.. code-block:: sh
- docker exec -it books-db tail -f /var/log/general.log
+ docker exec -it books-db tail -f /var/log.general.log
For each instrumented ``SELECT`` call, a query was made and logged with
a sqlcomment appended. For example: