Skip to content

Commit 196c888

Browse files
committed
Minor simplification of internal links in documentation (no functional changes).
1 parent 0dc41af commit 196c888

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ How it appears in the terminal:
9292
<pre><code>% Elapsed time: 12.34 seconds for thread <span class="fg-green">TEST_FUNCTION</span></code></pre>
9393

9494
## Next Steps
95-
Ready to try? [Let's get started](./getting-started/index.md).
95+
Ready to try? [Let's get started](getting-started/index.md).
9696

9797
!!! tip "Become a Sponsor"
9898
If you find this project helpful, please consider supporting its development. Your donations will help keep it alive and growing. Every contribution, no matter the size, makes a difference.

docs/reference/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ tags:
99
Find details about all methods in this section.
1010

1111
## Quick Links
12-
* [Timer](./timer.md) main class
13-
* [timer.start()](./start.md)
14-
* [timer.stop()](./stop.md)
15-
* [@function_timer()](./function-timer.md) function decorator
12+
* [Timer](timer.md) main class
13+
* [timer.start()](start.md)
14+
* [timer.stop()](stop.md)
15+
* [@function_timer()](function-timer.md) function decorator
1616

1717
## Support the Project
1818

0 commit comments

Comments
 (0)