From 4303c80f1f6dbe92ab02352269581bf29c58d478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Zaczy=C5=84ski?= Date: Sun, 19 Jul 2026 17:48:08 +0200 Subject: [PATCH] Fix link formatting in README.md --- fastapi-opentelemetry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi-opentelemetry/README.md b/fastapi-opentelemetry/README.md index d66e216620..791a59e5c1 100644 --- a/fastapi-opentelemetry/README.md +++ b/fastapi-opentelemetry/README.md @@ -1,3 +1,3 @@ # How to Integrate OpenTelemetry With a FastAPI App -This folder contains sample code for the Real Python tutorial [How to Integrate OpenTelemetry With a FastAPI App]([https://realpython.com/](https://realpython.com/fastapi-opentelemetry/)). +This folder contains sample code for the Real Python tutorial [How to Integrate OpenTelemetry With a FastAPI App](https://realpython.com/fastapi-opentelemetry/).