Skip to content

Commit 9db187c

Browse files
authored
Enhance tracing exploration instructions
Updated instructions for exploring tracing with a link to the example repository.
1 parent fa69a14 commit 9db187c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/official-site/sqlpage/migrations/73_blog_tracing.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ Tracing is especially helpful in SQLPage because one request often maps cleanly
4141
4242
## The easiest way to try it
4343
44-
The simplest way to explore tracing is to run the example shipped with SQLPage:
44+
The simplest way to explore tracing is to run
45+
[the example shipped with SQLPage](https://github.com/sqlpage/SQLPage/tree/main/examples/telemetry).
46+
After downloading or cloning the example, run this from the example''s folder:
4547
4648
```bash
47-
cd examples/telemetry
4849
docker compose up --build
4950
```
5051

0 commit comments

Comments
 (0)