diff --git a/docs/src/ci-intro.md b/docs/src/ci-intro.md
index 968c3b5b1d..dec2210ce9 100644
--- a/docs/src/ci-intro.md
+++ b/docs/src/ci-intro.md
@@ -416,7 +416,7 @@ Locally opening the report will not work as expected as you need a web server in
npx playwright show-report name-of-my-extracted-playwright-report
```
-
+
To learn more about reports check out our detailed guide on [HTML Reporter](/test-reporters.md#html-reporter)
@@ -425,14 +425,14 @@ To learn more about reports check out our detailed guide on [HTML Reporter](/tes
Once you have served the report using `npx playwright show-report`, click on the trace icon next to the test's file name as seen in the image above. You can then view the trace of your tests and inspect each action to try to find out why the tests are failing.
-
+
## Viewing the Trace
* langs: python, java, csharp
[trace.playwright.dev](https://trace.playwright.dev) is a statically hosted variant of the Trace Viewer. You can upload trace files using drag and drop.
-
+
## Publishing report on the web
* langs: js